Html Css Color HEX #E14622 Cinnabar

📋 copy color: '#E14622'

red 225 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #E14622

Tints of Cinnabar #E14622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

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

R = 68.39%
G = 21.28%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14622 (or 0xE14622) is known color: Cinnabar. HEX triplet: E1, 46 and 22. RGB value is (225,70,34). Sum of RGB (Red+Green+Blue) = 225+70+34=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14622 is #1EB9DD. Grayscale: #707070. Windows color (decimal): -2013662 or 2246369. OLE color: 2246369.

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

Color convert

RGB 225 70 34 -
CMYK 0 0.69 0.85 0.12
HSL 11.31º 0.76% 0.51% -
HSV(B) 11.31º 0.85% 0.88% -
XYZ 33.53 20.5 3.7 -
YUV 112.24 83.85 208.43 -
System Red Green Blue C M Y K H S L
Decimal 225 70 34 0 0.69 0.85 0.12 11.31 0.76 0.51
Hex E1 46 22 0 45 55 C B 4C 33
Octal 341 106 42 0 105 125 14 13 114 63
Binary 11100001 1000110 100010 0 1000101 1010101 1100 1011 1001100 110011

Color Harmonies of #E14622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14622

Black with #E14622

Text Example


Text Example

White with #E14622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14622; }

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

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

background-color css

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

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

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

border-color css

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

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

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