Html Css Color HEX #E01332 Crimson

📋 copy color: '#E01332'

red 224 ◦ green 19 ◦ blue 50

#E01332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E01332

Tints of Crimson #E01332

RGB

 RED value IS 224 (87.89% from 255) = 76.45%

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 76.45%
G = 6.48%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E01332 (or 0xE01332) is known color: Crimson. HEX triplet: E0, 13 and 32. RGB value is (224,19,50). Sum of RGB (Red+Green+Blue) = 224+19+50=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01332 is #1FECCD. Grayscale: #535353. Windows color (decimal): -2092238 or 3281888. OLE color: 3281888.

HSL color Cylindrical-coordinate representation of color #E01332: hue angle of 350.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01332 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 50 -
CMYK 0 0.92 0.78 0.12
HSL 350.93º 0.84% 0.48% -
HSV(B) 350.93º 0.92% 0.88% -
XYZ 31.55 16.54 4.55 -
YUV 83.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 224 19 50 0 0.92 0.78 0.12 350.93 0.84 0.48
Hex E0 13 32 0 5C 4E C 15F 54 30
Octal 340 23 62 0 134 116 14 537 124 60
Binary 11100000 10011 110010 0 1011100 1001110 1100 101011111 1010100 110000

Color Harmonies of #E01332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01332

Black with #E01332

Text Example


Text Example

White with #E01332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01332; }

 p { color: rgb(224,19,50); }

 H1.HeaderClassName
 {
   color: #E01332;
 }
 .AnyTagClassName
 {
   color: #E01332;
 }
</style>

background-color css

<style>
 a { background-color: #E01332; }

 a { background-color: rgb(224,19,50); }

 div.DivClassName
 {
   background-color: #E01332;
 }
 .BgClassName
 {
   background-color: #E01332;
 }
</style>

border-color css

<style>
 span { border-color: #E01332; }

 span { border-color: rgb(224,19,50); }

 td.TdClassName
 {
   border-color: #E01332;
 }
 .TagClassName
 {
   border-color: #E01332;
 }
</style>