Html Css Color HEX #E14022 Cinnabar

📋 copy color: '#E14022'

red 225 ◦ green 64 ◦ blue 34

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

Shades of Cinnabar #E14022

Tints of Cinnabar #E14022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 69.66%
G = 19.81%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14022 (or 0xE14022) is known color: Cinnabar. HEX triplet: E1, 40 and 22. RGB value is (225,64,34). Sum of RGB (Red+Green+Blue) = 225+64+34=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E14022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14022 is #1EBFDD. Grayscale: #6C6C6C. Windows color (decimal): -2015198 or 2244833. OLE color: 2244833.

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

Color convert

RGB 225 64 34 -
CMYK 0 0.72 0.85 0.12
HSL 9.42º 0.76% 0.51% -
HSV(B) 9.42º 0.85% 0.88% -
XYZ 33.17 19.79 3.58 -
YUV 108.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 225 64 34 0 0.72 0.85 0.12 9.42 0.76 0.51
Hex E1 40 22 0 48 55 C 9 4C 33
Octal 341 100 42 0 110 125 14 11 114 63
Binary 11100001 1000000 100010 0 1001000 1010101 1100 1001 1001100 110011

Color Harmonies of #E14022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14022

Black with #E14022

Text Example


Text Example

White with #E14022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14022; }

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

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

background-color css

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

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

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

border-color css

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

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

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