Html Css Color HEX #E93A16 Cinnabar

📋 copy color: '#E93A16'

red 233 ◦ green 58 ◦ blue 22

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

Shades of Cinnabar #E93A16

Tints of Cinnabar #E93A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

 BLUE value IS 22 (8.98% from 255) = 7.03%

R = 74.44%
G = 18.53%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E93A16 (or 0xE93A16) is known color: Cinnabar. HEX triplet: E9, 3A and 16. RGB value is (233,58,22). Sum of RGB (Red+Green+Blue) = 233+58+22=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E93A16 is #16C5E9. Grayscale: #6A6A6A. Windows color (decimal): -1492458 or 1456873. OLE color: 1456873.

HSL color Cylindrical-coordinate representation of color #E93A16: hue angle of 10.24º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E93A16 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 22 -
CMYK 0 0.75 0.91 0.09
HSL 10.24º 0.83% 0.5% -
HSV(B) 10.24º 0.91% 0.91% -
XYZ 35.26 20.41 2.84 -
YUV 106.22 80.48 218.43 -
System Red Green Blue C M Y K H S L
Decimal 233 58 22 0 0.75 0.91 0.09 10.24 0.83 0.5
Hex E9 3A 16 0 4B 5B 9 A 53 32
Octal 351 72 26 0 113 133 11 12 123 62
Binary 11101001 111010 10110 0 1001011 1011011 1001 1010 1010011 110010

Color Harmonies of #E93A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A16

Black with #E93A16

Text Example


Text Example

White with #E93A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A16; }

 p { color: rgb(233,58,22); }

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

background-color css

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

 a { background-color: rgb(233,58,22); }

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

border-color css

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

 span { border-color: rgb(233,58,22); }

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