Html Css Color HEX #E95332 Cinnabar

📋 copy color: '#E95332'

red 233 ◦ green 83 ◦ blue 50

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

Shades of Cinnabar #E95332

Tints of Cinnabar #E95332

RGB

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

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

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

R = 63.66%
G = 22.68%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E95332 (or 0xE95332) is known color: Cinnabar. HEX triplet: E9, 53 and 32. RGB value is (233,83,50). Sum of RGB (Red+Green+Blue) = 233+83+50=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E95332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95332 is #16ACCD. Grayscale: #7C7C7C. Windows color (decimal): -1486030 or 3298281. OLE color: 3298281.

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

Color convert

RGB 233 83 50 -
CMYK 0 0.64 0.79 0.09
HSL 10.82º 0.81% 0.55% -
HSV(B) 10.82º 0.79% 0.91% -
XYZ 37.27 23.74 5.64 -
YUV 124.09 86.2 205.68 -
System Red Green Blue C M Y K H S L
Decimal 233 83 50 0 0.64 0.79 0.09 10.82 0.81 0.55
Hex E9 53 32 0 40 4F 9 B 51 37
Octal 351 123 62 0 100 117 11 13 121 67
Binary 11101001 1010011 110010 0 1000000 1001111 1001 1011 1010001 110111

Color Harmonies of #E95332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95332

Black with #E95332

Text Example


Text Example

White with #E95332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95332; }

 p { color: rgb(233,83,50); }

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

background-color css

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

 a { background-color: rgb(233,83,50); }

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

border-color css

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

 span { border-color: rgb(233,83,50); }

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