Html Css Color HEX #E34224 Cinnabar

📋 copy color: '#E34224'

red 227 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #E34224

Tints of Cinnabar #E34224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 69%
G = 20.06%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E34224 (or 0xE34224) is known color: Cinnabar. HEX triplet: E3, 42 and 24. RGB value is (227,66,36). Sum of RGB (Red+Green+Blue) = 227+66+36=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E34224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34224 is #1CBDDB. Grayscale: #6E6E6E. Windows color (decimal): -1883612 or 2376419. OLE color: 2376419.

HSL color Cylindrical-coordinate representation of color #E34224: hue angle of 9.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E34224 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 66 36 -
CMYK 0 0.71 0.84 0.11
HSL 9.42º 0.77% 0.52% -
HSV(B) 9.42º 0.84% 0.89% -
XYZ 33.95 20.35 3.81 -
YUV 110.72 85.84 210.94 -
System Red Green Blue C M Y K H S L
Decimal 227 66 36 0 0.71 0.84 0.11 9.42 0.77 0.52
Hex E3 42 24 0 47 54 B 9 4D 34
Octal 343 102 44 0 107 124 13 11 115 64
Binary 11100011 1000010 100100 0 1000111 1010100 1011 1001 1001101 110100

Color Harmonies of #E34224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34224

Black with #E34224

Text Example


Text Example

White with #E34224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34224; }

 p { color: rgb(227,66,36); }

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

background-color css

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

 a { background-color: rgb(227,66,36); }

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

border-color css

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

 span { border-color: rgb(227,66,36); }

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