Html Css Color HEX #E00C33 Crimson

📋 copy color: '#E00C33'

red 224 ◦ green 12 ◦ blue 51

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

Shades of Crimson #E00C33

Tints of Crimson #E00C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 78.05%
G = 4.18%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E00C33 (or 0xE00C33) is known color: Crimson. HEX triplet: E0, 0C and 33. RGB value is (224,12,51). Sum of RGB (Red+Green+Blue) = 224+12+51=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C33 is #1FF3CC. Grayscale: #4F4F4F. Windows color (decimal): -2094029 or 3345632. OLE color: 3345632.

HSL color Cylindrical-coordinate representation of color #E00C33: hue angle of 348.96º 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 #E00C33 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 51 -
CMYK 0 0.95 0.77 0.12
HSL 348.96º 0.9% 0.46% -
HSV(B) 348.96º 0.95% 0.88% -
XYZ 31.47 16.35 4.63 -
YUV 79.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 224 12 51 0 0.95 0.77 0.12 348.96 0.9 0.46
Hex E0 C 33 0 5F 4D C 15D 5A 2E
Octal 340 14 63 0 137 115 14 535 132 56
Binary 11100000 1100 110011 0 1011111 1001101 1100 101011101 1011010 101110

Color Harmonies of #E00C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C33

Black with #E00C33

Text Example


Text Example

White with #E00C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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