Html Css Color HEX #E94720 Cinnabar

📋 copy color: '#E94720'

red 233 ◦ green 71 ◦ blue 32

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

Shades of Cinnabar #E94720

Tints of Cinnabar #E94720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

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

R = 69.35%
G = 21.13%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E94720 (or 0xE94720) is known color: Cinnabar. HEX triplet: E9, 47 and 20. RGB value is (233,71,32). Sum of RGB (Red+Green+Blue) = 233+71+32=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E94720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94720 is #16B8DF. Grayscale: #737373. Windows color (decimal): -1489120 or 2115561. OLE color: 2115561.

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

Color convert

RGB 233 71 32 -
CMYK 0 0.70 0.86 0.09
HSL 11.64º 0.82% 0.52% -
HSV(B) 11.64º 0.86% 0.91% -
XYZ 36.12 21.93 3.7 -
YUV 114.99 81.17 212.17 -
System Red Green Blue C M Y K H S L
Decimal 233 71 32 0 0.70 0.86 0.09 11.64 0.82 0.52
Hex E9 47 20 0 46 56 9 C 52 34
Octal 351 107 40 0 106 126 11 14 122 64
Binary 11101001 1000111 100000 0 1000110 1010110 1001 1100 1010010 110100

Color Harmonies of #E94720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94720

Black with #E94720

Text Example


Text Example

White with #E94720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94720; }

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

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

background-color css

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

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

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

border-color css

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

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

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