Html Css Color HEX #E93020 Cinnabar

📋 copy color: '#E93020'

red 233 ◦ green 48 ◦ blue 32

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

Shades of Cinnabar #E93020

Tints of Cinnabar #E93020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

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

R = 74.44%
G = 15.34%
B = 10.22%

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

#E93020 (or 0xE93020) is known color: Cinnabar. HEX triplet: E9, 30 and 20. RGB value is (233,48,32). Sum of RGB (Red+Green+Blue) = 233+48+32=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E93020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93020 is #16CFDF. Grayscale: #656565. Windows color (decimal): -1495008 or 2109673. OLE color: 2109673.

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

Color convert

RGB 233 48 32 -
CMYK 0 0.79 0.86 0.09
HSL 4.78º 0.82% 0.52% -
HSV(B) 4.78º 0.86% 0.91% -
XYZ 34.92 19.54 3.3 -
YUV 101.49 88.79 221.8 -
System Red Green Blue C M Y K H S L
Decimal 233 48 32 0 0.79 0.86 0.09 4.78 0.82 0.52
Hex E9 30 20 0 4F 56 9 5 52 34
Octal 351 60 40 0 117 126 11 5 122 64
Binary 11101001 110000 100000 0 1001111 1010110 1001 101 1010010 110100

Color Harmonies of #E93020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93020

Black with #E93020

Text Example


Text Example

White with #E93020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93020; }

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

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

background-color css

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

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

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

border-color css

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

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

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