Html Css Color HEX #E14227 Cinnabar

📋 copy color: '#E14227'

red 225 ◦ green 66 ◦ blue 39

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

Shades of Cinnabar #E14227

Tints of Cinnabar #E14227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 68.18%
G = 20%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E14227 (or 0xE14227) is known color: Cinnabar. HEX triplet: E1, 42 and 27. RGB value is (225,66,39). Sum of RGB (Red+Green+Blue) = 225+66+39=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E14227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14227 is #1EBDD8. Grayscale: #6E6E6E. Windows color (decimal): -2014681 or 2573025. OLE color: 2573025.

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

Color convert

RGB 225 66 39 -
CMYK 0 0.71 0.83 0.12
HSL 8.71º 0.76% 0.52% -
HSV(B) 8.71º 0.83% 0.88% -
XYZ 33.37 20.05 4.03 -
YUV 110.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 225 66 39 0 0.71 0.83 0.12 8.71 0.76 0.52
Hex E1 42 27 0 47 53 C 9 4C 34
Octal 341 102 47 0 107 123 14 11 114 64
Binary 11100001 1000010 100111 0 1000111 1010011 1100 1001 1001100 110100

Color Harmonies of #E14227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14227

Black with #E14227

Text Example


Text Example

White with #E14227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14227; }

 p { color: rgb(225,66,39); }

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

background-color css

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

 a { background-color: rgb(225,66,39); }

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

border-color css

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

 span { border-color: rgb(225,66,39); }

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