Html Css Color HEX #E93B32 Cinnabar

📋 copy color: '#E93B32'

red 233 ◦ green 59 ◦ blue 50

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

Shades of Cinnabar #E93B32

Tints of Cinnabar #E93B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.25%

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

R = 68.13%
G = 17.25%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93B32 (or 0xE93B32) is known color: Cinnabar. HEX triplet: E9, 3B and 32. RGB value is (233,59,50). Sum of RGB (Red+Green+Blue) = 233+59+50=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E93B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93B32 is #16C4CD. Grayscale: #6E6E6E. Windows color (decimal): -1492174 or 3292137. OLE color: 3292137.

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

Color convert

RGB 233 59 50 -
CMYK 0 0.75 0.79 0.09
HSL 2.95º 0.81% 0.55% -
HSV(B) 2.95º 0.79% 0.91% -
XYZ 35.74 20.68 5.13 -
YUV 110 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 233 59 50 0 0.75 0.79 0.09 2.95 0.81 0.55
Hex E9 3B 32 0 4B 4F 9 3 51 37
Octal 351 73 62 0 113 117 11 3 121 67
Binary 11101001 111011 110010 0 1001011 1001111 1001 11 1010001 110111

Color Harmonies of #E93B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93B32

Black with #E93B32

Text Example


Text Example

White with #E93B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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