Html Css Color HEX #E93520 Cinnabar

📋 copy color: '#E93520'

red 233 ◦ green 53 ◦ blue 32

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

Shades of Cinnabar #E93520

Tints of Cinnabar #E93520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 73.27%
G = 16.67%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E93520 (or 0xE93520) is known color: Cinnabar. HEX triplet: E9, 35 and 20. RGB value is (233,53,32). Sum of RGB (Red+Green+Blue) = 233+53+32=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E93520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93520 is #16CADF. Grayscale: #686868. Windows color (decimal): -1493728 or 2110953. OLE color: 2110953.

HSL color Cylindrical-coordinate representation of color #E93520: hue angle of 6.27º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E93520 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 53 32 -
CMYK 0 0.77 0.86 0.09
HSL 6.27º 0.82% 0.52% -
HSV(B) 6.27º 0.86% 0.91% -
XYZ 35.14 19.97 3.37 -
YUV 104.43 87.13 219.71 -
System Red Green Blue C M Y K H S L
Decimal 233 53 32 0 0.77 0.86 0.09 6.27 0.82 0.52
Hex E9 35 20 0 4D 56 9 6 52 34
Octal 351 65 40 0 115 126 11 6 122 64
Binary 11101001 110101 100000 0 1001101 1010110 1001 110 1010010 110100

Color Harmonies of #E93520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93520

Black with #E93520

Text Example


Text Example

White with #E93520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93520; }

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

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

background-color css

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

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

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

border-color css

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

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

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