Html Css Color HEX #E14425 Cinnabar

📋 copy color: '#E14425'

red 225 ◦ green 68 ◦ blue 37

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

Shades of Cinnabar #E14425

Tints of Cinnabar #E14425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 68.18%
G = 20.61%
B = 11.21%

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

#E14425 (or 0xE14425) is known color: Cinnabar. HEX triplet: E1, 44 and 25. RGB value is (225,68,37). Sum of RGB (Red+Green+Blue) = 225+68+37=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E14425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14425 is #1EBBDA. Grayscale: #6F6F6F. Windows color (decimal): -2014171 or 2442465. OLE color: 2442465.

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

Color convert

RGB 225 68 37 -
CMYK 0 0.70 0.84 0.12
HSL 9.89º 0.76% 0.51% -
HSV(B) 9.89º 0.84% 0.88% -
XYZ 33.45 20.28 3.9 -
YUV 111.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 225 68 37 0 0.70 0.84 0.12 9.89 0.76 0.51
Hex E1 44 25 0 46 54 C A 4C 33
Octal 341 104 45 0 106 124 14 12 114 63
Binary 11100001 1000100 100101 0 1000110 1010100 1100 1010 1001100 110011

Color Harmonies of #E14425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14425

Black with #E14425

Text Example


Text Example

White with #E14425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14425; }

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

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

background-color css

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

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

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

border-color css

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

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

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