Html Css Color HEX #E14422 Cinnabar

📋 copy color: '#E14422'

red 225 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #E14422

Tints of Cinnabar #E14422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 68.81%
G = 20.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14422 (or 0xE14422) is known color: Cinnabar. HEX triplet: E1, 44 and 22. RGB value is (225,68,34). Sum of RGB (Red+Green+Blue) = 225+68+34=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14422 is #1EBBDD. Grayscale: #6F6F6F. Windows color (decimal): -2014174 or 2245857. OLE color: 2245857.

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

Color convert

RGB 225 68 34 -
CMYK 0 0.70 0.85 0.12
HSL 10.68º 0.76% 0.51% -
HSV(B) 10.68º 0.85% 0.88% -
XYZ 33.41 20.26 3.66 -
YUV 111.07 84.51 209.26 -
System Red Green Blue C M Y K H S L
Decimal 225 68 34 0 0.70 0.85 0.12 10.68 0.76 0.51
Hex E1 44 22 0 46 55 C B 4C 33
Octal 341 104 42 0 106 125 14 13 114 63
Binary 11100001 1000100 100010 0 1000110 1010101 1100 1011 1001100 110011

Color Harmonies of #E14422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14422

Black with #E14422

Text Example


Text Example

White with #E14422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14422; }

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

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

background-color css

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

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

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

border-color css

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

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

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