Html Css Color HEX #E35224 Cinnabar

📋 copy color: '#E35224'

red 227 ◦ green 82 ◦ blue 36

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

Shades of Cinnabar #E35224

Tints of Cinnabar #E35224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

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

R = 65.8%
G = 23.77%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E35224 (or 0xE35224) is known color: Cinnabar. HEX triplet: E3, 52 and 24. RGB value is (227,82,36). Sum of RGB (Red+Green+Blue) = 227+82+36=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E35224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35224 is #1CADDB. Grayscale: #787878. Windows color (decimal): -1879516 or 2380515. OLE color: 2380515.

HSL color Cylindrical-coordinate representation of color #E35224: hue angle of 14.45º 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 #E35224 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 36 -
CMYK 0 0.64 0.84 0.11
HSL 14.45º 0.77% 0.52% -
HSV(B) 14.45º 0.84% 0.89% -
XYZ 35.01 22.49 4.17 -
YUV 120.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 227 82 36 0 0.64 0.84 0.11 14.45 0.77 0.52
Hex E3 52 24 0 40 54 B E 4D 34
Octal 343 122 44 0 100 124 13 16 115 64
Binary 11100011 1010010 100100 0 1000000 1010100 1011 1110 1001101 110100

Color Harmonies of #E35224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35224

Black with #E35224

Text Example


Text Example

White with #E35224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35224; }

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

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

background-color css

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

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

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

border-color css

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

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

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