Html Css Color HEX #E00C32 Crimson

📋 copy color: '#E00C32'

red 224 ◦ green 12 ◦ blue 50

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

Shades of Crimson #E00C32

Tints of Crimson #E00C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 78.32%
G = 4.2%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00C32 (or 0xE00C32) is known color: Crimson. HEX triplet: E0, 0C and 32. RGB value is (224,12,50). Sum of RGB (Red+Green+Blue) = 224+12+50=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C32 is #1FF3CD. Grayscale: #4F4F4F. Windows color (decimal): -2094030 or 3280096. OLE color: 3280096.

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

Color convert

RGB 224 12 50 -
CMYK 0 0.95 0.78 0.12
HSL 349.25º 0.9% 0.46% -
HSV(B) 349.25º 0.95% 0.88% -
XYZ 31.45 16.34 4.51 -
YUV 79.72 111.24 230.91 -
System Red Green Blue C M Y K H S L
Decimal 224 12 50 0 0.95 0.78 0.12 349.25 0.9 0.46
Hex E0 C 32 0 5F 4E C 15D 5A 2E
Octal 340 14 62 0 137 116 14 535 132 56
Binary 11100000 1100 110010 0 1011111 1001110 1100 101011101 1011010 101110

Color Harmonies of #E00C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C32

Black with #E00C32

Text Example


Text Example

White with #E00C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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