Html Css Color HEX #E14424 Cinnabar

📋 copy color: '#E14424'

red 225 ◦ green 68 ◦ blue 36

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

Shades of Cinnabar #E14424

Tints of Cinnabar #E14424

RGB

 RED value IS 225 (88.28% from 255) = 68.39%

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 68.39%
G = 20.67%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14424 (or 0xE14424) is known color: Cinnabar. HEX triplet: E1, 44 and 24. RGB value is (225,68,36). Sum of RGB (Red+Green+Blue) = 225+68+36=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14424 is #1EBBDB. Grayscale: #6F6F6F. Windows color (decimal): -2014172 or 2376929. OLE color: 2376929.

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

Color convert

RGB 225 68 36 -
CMYK 0 0.70 0.84 0.12
HSL 10.16º 0.76% 0.51% -
HSV(B) 10.16º 0.84% 0.88% -
XYZ 33.44 20.27 3.82 -
YUV 111.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 225 68 36 0 0.70 0.84 0.12 10.16 0.76 0.51
Hex E1 44 24 0 46 54 C A 4C 33
Octal 341 104 44 0 106 124 14 12 114 63
Binary 11100001 1000100 100100 0 1000110 1010100 1100 1010 1001100 110011

Color Harmonies of #E14424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14424

Black with #E14424

Text Example


Text Example

White with #E14424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14424; }

 p { color: rgb(225,68,36); }

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

background-color css

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

 a { background-color: rgb(225,68,36); }

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

border-color css

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

 span { border-color: rgb(225,68,36); }

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