Html Css Color HEX #E14322 Cinnabar

📋 copy color: '#E14322'

red 225 ◦ green 67 ◦ blue 34

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

Shades of Cinnabar #E14322

Tints of Cinnabar #E14322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 69.02%
G = 20.55%
B = 10.43%

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

#E14322 (or 0xE14322) is known color: Cinnabar. HEX triplet: E1, 43 and 22. RGB value is (225,67,34). Sum of RGB (Red+Green+Blue) = 225+67+34=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E14322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14322 is #1EBCDD. Grayscale: #6E6E6E. Windows color (decimal): -2014430 or 2245601. OLE color: 2245601.

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

Color convert

RGB 225 67 34 -
CMYK 0 0.70 0.85 0.12
HSL 10.37º 0.76% 0.51% -
HSV(B) 10.37º 0.85% 0.88% -
XYZ 33.35 20.14 3.64 -
YUV 110.48 84.85 209.68 -
System Red Green Blue C M Y K H S L
Decimal 225 67 34 0 0.70 0.85 0.12 10.37 0.76 0.51
Hex E1 43 22 0 46 55 C A 4C 33
Octal 341 103 42 0 106 125 14 12 114 63
Binary 11100001 1000011 100010 0 1000110 1010101 1100 1010 1001100 110011

Color Harmonies of #E14322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14322

Black with #E14322

Text Example


Text Example

White with #E14322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14322; }

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

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

background-color css

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

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

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

border-color css

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

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

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