Html Css Color HEX #E93C32 Cinnabar

📋 copy color: '#E93C32'

red 233 ◦ green 60 ◦ blue 50

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

Shades of Cinnabar #E93C32

Tints of Cinnabar #E93C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

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

R = 67.93%
G = 17.49%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E93C32 (or 0xE93C32) is known color: Cinnabar. HEX triplet: E9, 3C and 32. RGB value is (233,60,50). Sum of RGB (Red+Green+Blue) = 233+60+50=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C32 is #16C3CD. Grayscale: #6E6E6E. Windows color (decimal): -1491918 or 3292393. OLE color: 3292393.

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

Color convert

RGB 233 60 50 -
CMYK 0 0.74 0.79 0.09
HSL 3.28º 0.81% 0.55% -
HSV(B) 3.28º 0.79% 0.91% -
XYZ 35.8 20.79 5.14 -
YUV 110.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 233 60 50 0 0.74 0.79 0.09 3.28 0.81 0.55
Hex E9 3C 32 0 4A 4F 9 3 51 37
Octal 351 74 62 0 112 117 11 3 121 67
Binary 11101001 111100 110010 0 1001010 1001111 1001 11 1010001 110111

Color Harmonies of #E93C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C32

Black with #E93C32

Text Example


Text Example

White with #E93C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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