Html Css Color HEX #E95034 Cinnabar

📋 copy color: '#E95034'

red 233 ◦ green 80 ◦ blue 52

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

Shades of Cinnabar #E95034

Tints of Cinnabar #E95034

RGB

 RED value IS 233 (91.41% from 255) = 63.84%

 GREEN value IS 80 (31.64% from 255) = 21.92%

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

R = 63.84%
G = 21.92%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E95034 (or 0xE95034) is known color: Cinnabar. HEX triplet: E9, 50 and 34. RGB value is (233,80,52). Sum of RGB (Red+Green+Blue) = 233+80+52=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E95034 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95034 is #16AFCB. Grayscale: #7A7A7A. Windows color (decimal): -1486796 or 3428585. OLE color: 3428585.

HSL color Cylindrical-coordinate representation of color #E95034: hue angle of 9.28º 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 #E95034 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 52 -
CMYK 0 0.66 0.78 0.09
HSL 9.28º 0.8% 0.56% -
HSV(B) 9.28º 0.78% 0.91% -
XYZ 37.09 23.31 5.79 -
YUV 122.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 233 80 52 0 0.66 0.78 0.09 9.28 0.8 0.56
Hex E9 50 34 0 42 4E 9 9 50 38
Octal 351 120 64 0 102 116 11 11 120 70
Binary 11101001 1010000 110100 0 1000010 1001110 1001 1001 1010000 111000

Color Harmonies of #E95034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95034

Black with #E95034

Text Example


Text Example

White with #E95034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95034; }

 p { color: rgb(233,80,52); }

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

background-color css

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

 a { background-color: rgb(233,80,52); }

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

border-color css

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

 span { border-color: rgb(233,80,52); }

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