Html Css Color HEX #E85334 Cinnabar

📋 copy color: '#E85334'

red 232 ◦ green 83 ◦ blue 52

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

Shades of Cinnabar #E85334

Tints of Cinnabar #E85334

RGB

 RED value IS 232 (91.02% from 255) = 63.22%

 GREEN value IS 83 (32.81% from 255) = 22.62%

 BLUE value IS 52 (20.7% from 255) = 14.17%

R = 63.22%
G = 22.62%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E85334 (or 0xE85334) is known color: Cinnabar. HEX triplet: E8, 53 and 34. RGB value is (232,83,52). Sum of RGB (Red+Green+Blue) = 232+83+52=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E85334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85334 is #17ACCB. Grayscale: #7C7C7C. Windows color (decimal): -1551564 or 3429352. OLE color: 3429352.

HSL color Cylindrical-coordinate representation of color #E85334: hue angle of 10.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E85334 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 52 -
CMYK 0 0.64 0.78 0.09
HSL 10.33º 0.8% 0.56% -
HSV(B) 10.33º 0.78% 0.91% -
XYZ 36.99 23.59 5.85 -
YUV 124.02 87.36 205.02 -
System Red Green Blue C M Y K H S L
Decimal 232 83 52 0 0.64 0.78 0.09 10.33 0.8 0.56
Hex E8 53 34 0 40 4E 9 A 50 38
Octal 350 123 64 0 100 116 11 12 120 70
Binary 11101000 1010011 110100 0 1000000 1001110 1001 1010 1010000 111000

Color Harmonies of #E85334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85334

Black with #E85334

Text Example


Text Example

White with #E85334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85334; }

 p { color: rgb(232,83,52); }

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

background-color css

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

 a { background-color: rgb(232,83,52); }

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

border-color css

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

 span { border-color: rgb(232,83,52); }

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