Html Css Color HEX #E93432 Cinnabar

📋 copy color: '#E93432'

red 233 ◦ green 52 ◦ blue 50

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

Shades of Cinnabar #E93432

Tints of Cinnabar #E93432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.52%

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

R = 69.55%
G = 15.52%
B = 14.93%

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

#E93432 (or 0xE93432) is known color: Cinnabar. HEX triplet: E9, 34 and 32. RGB value is (233,52,50). Sum of RGB (Red+Green+Blue) = 233+52+50=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E93432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93432 is #16CBCD. Grayscale: #6A6A6A. Windows color (decimal): -1493966 or 3290345. OLE color: 3290345.

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

Color convert

RGB 233 52 50 -
CMYK 0 0.78 0.79 0.09
HSL 0.66º 0.81% 0.55% -
HSV(B) 0.66º 0.79% 0.91% -
XYZ 35.41 20.01 5.01 -
YUV 105.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 233 52 50 0 0.78 0.79 0.09 0.66 0.81 0.55
Hex E9 34 32 0 4E 4F 9 1 51 37
Octal 351 64 62 0 116 117 11 1 121 67
Binary 11101001 110100 110010 0 1001110 1001111 1001 1 1010001 110111

Color Harmonies of #E93432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93432

Black with #E93432

Text Example


Text Example

White with #E93432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93432; }

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

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

background-color css

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

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

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

border-color css

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

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

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