Html Css Color HEX #E34A22 Cinnabar

📋 copy color: '#E34A22'

red 227 ◦ green 74 ◦ blue 34

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

Shades of Cinnabar #E34A22

Tints of Cinnabar #E34A22

RGB

 RED value IS 227 (89.06% from 255) = 67.76%

 GREEN value IS 74 (29.3% from 255) = 22.09%

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

R = 67.76%
G = 22.09%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E34A22 (or 0xE34A22) is known color: Cinnabar. HEX triplet: E3, 4A and 22. RGB value is (227,74,34). Sum of RGB (Red+Green+Blue) = 227+74+34=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A22 is #1CB5DD. Grayscale: #737373. Windows color (decimal): -1881566 or 2247395. OLE color: 2247395.

HSL color Cylindrical-coordinate representation of color #E34A22: hue angle of 12.44º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E34A22 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 74 34 -
CMYK 0 0.67 0.85 0.11
HSL 12.44º 0.78% 0.51% -
HSV(B) 12.44º 0.85% 0.89% -
XYZ 34.42 21.34 3.82 -
YUV 115.19 82.19 207.75 -
System Red Green Blue C M Y K H S L
Decimal 227 74 34 0 0.67 0.85 0.11 12.44 0.78 0.51
Hex E3 4A 22 0 43 55 B C 4E 33
Octal 343 112 42 0 103 125 13 14 116 63
Binary 11100011 1001010 100010 0 1000011 1010101 1011 1100 1001110 110011

Color Harmonies of #E34A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A22

Black with #E34A22

Text Example


Text Example

White with #E34A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A22; }

 p { color: rgb(227,74,34); }

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

background-color css

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

 a { background-color: rgb(227,74,34); }

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

border-color css

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

 span { border-color: rgb(227,74,34); }

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