Html Css Color HEX #E14223 Cinnabar

📋 copy color: '#E14223'

red 225 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #E14223

Tints of Cinnabar #E14223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 69.02%
G = 20.25%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14223 (or 0xE14223) is known color: Cinnabar. HEX triplet: E1, 42 and 23. RGB value is (225,66,35). Sum of RGB (Red+Green+Blue) = 225+66+35=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E14223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14223 is #1EBDDC. Grayscale: #6E6E6E. Windows color (decimal): -2014685 or 2310881. OLE color: 2310881.

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

Color convert

RGB 225 66 35 -
CMYK 0 0.71 0.84 0.12
HSL 9.79º 0.76% 0.51% -
HSV(B) 9.79º 0.84% 0.88% -
XYZ 33.3 20.03 3.7 -
YUV 110.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 225 66 35 0 0.71 0.84 0.12 9.79 0.76 0.51
Hex E1 42 23 0 47 54 C A 4C 33
Octal 341 102 43 0 107 124 14 12 114 63
Binary 11100001 1000010 100011 0 1000111 1010100 1100 1010 1001100 110011

Color Harmonies of #E14223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14223

Black with #E14223

Text Example


Text Example

White with #E14223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14223; }

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

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

background-color css

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

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

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

border-color css

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

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

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