Html Css Color HEX #E00C28 Crimson

📋 copy color: '#E00C28'

red 224 ◦ green 12 ◦ blue 40

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

Shades of Crimson #E00C28

Tints of Crimson #E00C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 81.16%
G = 4.35%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E00C28 (or 0xE00C28) is known color: Crimson. HEX triplet: E0, 0C and 28. RGB value is (224,12,40). Sum of RGB (Red+Green+Blue) = 224+12+40=276 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.16% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00C28 is #1FF3D7. Grayscale: #4E4E4E. Windows color (decimal): -2094040 or 2624736. OLE color: 2624736.

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

Color convert

RGB 224 12 40 -
CMYK 0 0.95 0.82 0.12
HSL 352.08º 0.9% 0.46% -
HSV(B) 352.08º 0.95% 0.88% -
XYZ 31.25 16.26 3.5 -
YUV 78.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 224 12 40 0 0.95 0.82 0.12 352.08 0.9 0.46
Hex E0 C 28 0 5F 52 C 160 5A 2E
Octal 340 14 50 0 137 122 14 540 132 56
Binary 11100000 1100 101000 0 1011111 1010010 1100 101100000 1011010 101110

Color Harmonies of #E00C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C28

Black with #E00C28

Text Example


Text Example

White with #E00C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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