Html Css Color HEX #E93232 Cinnabar

📋 copy color: '#E93232'

red 233 ◦ green 50 ◦ blue 50

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

Shades of Cinnabar #E93232

Tints of Cinnabar #E93232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 69.97%
G = 15.02%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93232 (or 0xE93232) is known color: Cinnabar. HEX triplet: E9, 32 and 32. RGB value is (233,50,50). Sum of RGB (Red+Green+Blue) = 233+50+50=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E93232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93232 is #16CDCD. Grayscale: #686868. Windows color (decimal): -1494478 or 3289833. OLE color: 3289833.

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

Color convert

RGB 233 50 50 -
CMYK 0 0.79 0.79 0.09
HSL 0.81% 0.55% -
HSV(B) 0.79% 0.91% -
XYZ 35.32 19.84 4.98 -
YUV 104.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 233 50 50 0 0.79 0.79 0.09 0 0.81 0.55
Hex E9 32 32 0 4F 4F 9 0 51 37
Octal 351 62 62 0 117 117 11 0 121 67
Binary 11101001 110010 110010 0 1001111 1001111 1001 0 1010001 110111

Color Harmonies of #E93232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93232

Black with #E93232

Text Example


Text Example

White with #E93232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93232; }

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

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

background-color css

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

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

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

border-color css

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

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

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