Html Css Color HEX #E35232 Cinnabar

📋 copy color: '#E35232'

red 227 ◦ green 82 ◦ blue 50

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

Shades of Cinnabar #E35232

Tints of Cinnabar #E35232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.93%

R = 63.23%
G = 22.84%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E35232 (or 0xE35232) is known color: Cinnabar. HEX triplet: E3, 52 and 32. RGB value is (227,82,50). Sum of RGB (Red+Green+Blue) = 227+82+50=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E35232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35232 is #1CADCD. Grayscale: #797979. Windows color (decimal): -1879502 or 3298019. OLE color: 3298019.

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

Color convert

RGB 227 82 50 -
CMYK 0 0.64 0.78 0.11
HSL 10.85º 0.76% 0.54% -
HSV(B) 10.85º 0.78% 0.89% -
XYZ 35.27 22.6 5.52 -
YUV 121.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 227 82 50 0 0.64 0.78 0.11 10.85 0.76 0.54
Hex E3 52 32 0 40 4E B B 4C 36
Octal 343 122 62 0 100 116 13 13 114 66
Binary 11100011 1010010 110010 0 1000000 1001110 1011 1011 1001100 110110

Color Harmonies of #E35232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35232

Black with #E35232

Text Example


Text Example

White with #E35232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35232; }

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

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

background-color css

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

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

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

border-color css

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

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

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