Html Css Color HEX #E93120 Cinnabar

📋 copy color: '#E93120'

red 233 ◦ green 49 ◦ blue 32

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

Shades of Cinnabar #E93120

Tints of Cinnabar #E93120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.61%

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

R = 74.2%
G = 15.61%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E93120 (or 0xE93120) is known color: Cinnabar. HEX triplet: E9, 31 and 20. RGB value is (233,49,32). Sum of RGB (Red+Green+Blue) = 233+49+32=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E93120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93120 is #16CEDF. Grayscale: #666666. Windows color (decimal): -1494752 or 2109929. OLE color: 2109929.

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

Color convert

RGB 233 49 32 -
CMYK 0 0.79 0.86 0.09
HSL 5.07º 0.82% 0.52% -
HSV(B) 5.07º 0.86% 0.91% -
XYZ 34.96 19.62 3.31 -
YUV 102.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 233 49 32 0 0.79 0.86 0.09 5.07 0.82 0.52
Hex E9 31 20 0 4F 56 9 5 52 34
Octal 351 61 40 0 117 126 11 5 122 64
Binary 11101001 110001 100000 0 1001111 1010110 1001 101 1010010 110100

Color Harmonies of #E93120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93120

Black with #E93120

Text Example


Text Example

White with #E93120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93120; }

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

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

background-color css

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

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

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

border-color css

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

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

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