Html Css Color HEX #E95232 Cinnabar

📋 copy color: '#E95232'

red 233 ◦ green 82 ◦ blue 50

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

Shades of Cinnabar #E95232

Tints of Cinnabar #E95232

RGB

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

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

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

R = 63.84%
G = 22.47%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E95232 (or 0xE95232) is known color: Cinnabar. HEX triplet: E9, 52 and 32. RGB value is (233,82,50). Sum of RGB (Red+Green+Blue) = 233+82+50=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E95232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95232 is #16ADCD. Grayscale: #7B7B7B. Windows color (decimal): -1486286 or 3298025. OLE color: 3298025.

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

Color convert

RGB 233 82 50 -
CMYK 0 0.65 0.79 0.09
HSL 10.49º 0.81% 0.55% -
HSV(B) 10.49º 0.79% 0.91% -
XYZ 37.2 23.59 5.61 -
YUV 123.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 233 82 50 0 0.65 0.79 0.09 10.49 0.81 0.55
Hex E9 52 32 0 41 4F 9 A 51 37
Octal 351 122 62 0 101 117 11 12 121 67
Binary 11101001 1010010 110010 0 1000001 1001111 1001 1010 1010001 110111

Color Harmonies of #E95232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95232

Black with #E95232

Text Example


Text Example

White with #E95232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95232; }

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

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

background-color css

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

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

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

border-color css

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

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

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