Html Css Color HEX #E93332 Cinnabar

📋 copy color: '#E93332'

red 233 ◦ green 51 ◦ blue 50

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

Shades of Cinnabar #E93332

Tints of Cinnabar #E93332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 69.76%
G = 15.27%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93332 (or 0xE93332) is known color: Cinnabar. HEX triplet: E9, 33 and 32. RGB value is (233,51,50). Sum of RGB (Red+Green+Blue) = 233+51+50=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E93332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93332 is #16CCCD. Grayscale: #696969. Windows color (decimal): -1494222 or 3290089. OLE color: 3290089.

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

Color convert

RGB 233 51 50 -
CMYK 0 0.78 0.79 0.09
HSL 0.33º 0.81% 0.55% -
HSV(B) 0.33º 0.79% 0.91% -
XYZ 35.36 19.92 5 -
YUV 105.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 233 51 50 0 0.78 0.79 0.09 0.33 0.81 0.55
Hex E9 33 32 0 4E 4F 9 0 51 37
Octal 351 63 62 0 116 117 11 0 121 67
Binary 11101001 110011 110010 0 1001110 1001111 1001 0 1010001 110111

Color Harmonies of #E93332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93332

Black with #E93332

Text Example


Text Example

White with #E93332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93332; }

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

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

background-color css

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

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

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

border-color css

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

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

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