Html Css Color HEX #E93532 Cinnabar

📋 copy color: '#E93532'

red 233 ◦ green 53 ◦ blue 50

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

Shades of Cinnabar #E93532

Tints of Cinnabar #E93532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 69.35%
G = 15.77%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93532 (or 0xE93532) is known color: Cinnabar. HEX triplet: E9, 35 and 32. RGB value is (233,53,50). Sum of RGB (Red+Green+Blue) = 233+53+50=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E93532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93532 is #16CACD. Grayscale: #6A6A6A. Windows color (decimal): -1493710 or 3290601. OLE color: 3290601.

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

Color convert

RGB 233 53 50 -
CMYK 0 0.77 0.79 0.09
HSL 0.98º 0.81% 0.55% -
HSV(B) 0.98º 0.79% 0.91% -
XYZ 35.45 20.1 5.03 -
YUV 106.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 233 53 50 0 0.77 0.79 0.09 0.98 0.81 0.55
Hex E9 35 32 0 4D 4F 9 1 51 37
Octal 351 65 62 0 115 117 11 1 121 67
Binary 11101001 110101 110010 0 1001101 1001111 1001 1 1010001 110111

Color Harmonies of #E93532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93532

Black with #E93532

Text Example


Text Example

White with #E93532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93532; }

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

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

background-color css

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

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

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

border-color css

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

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

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