Html Css Color HEX #E94F24 Cinnabar

📋 copy color: '#E94F24'

red 233 ◦ green 79 ◦ blue 36

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

Shades of Cinnabar #E94F24

Tints of Cinnabar #E94F24

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 66.95%
G = 22.7%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E94F24 (or 0xE94F24) is known color: Cinnabar. HEX triplet: E9, 4F and 24. RGB value is (233,79,36). Sum of RGB (Red+Green+Blue) = 233+79+36=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E94F24 is #16B0DB. Grayscale: #787878. Windows color (decimal): -1487068 or 2379753. OLE color: 2379753.

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

Color convert

RGB 233 79 36 -
CMYK 0 0.66 0.85 0.09
HSL 13.1º 0.82% 0.53% -
HSV(B) 13.1º 0.85% 0.91% -
XYZ 36.72 23.04 4.18 -
YUV 120.14 80.52 208.5 -
System Red Green Blue C M Y K H S L
Decimal 233 79 36 0 0.66 0.85 0.09 13.1 0.82 0.53
Hex E9 4F 24 0 42 55 9 D 52 35
Octal 351 117 44 0 102 125 11 15 122 65
Binary 11101001 1001111 100100 0 1000010 1010101 1001 1101 1010010 110101

Color Harmonies of #E94F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F24

Black with #E94F24

Text Example


Text Example

White with #E94F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F24; }

 p { color: rgb(233,79,36); }

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

background-color css

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

 a { background-color: rgb(233,79,36); }

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

border-color css

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

 span { border-color: rgb(233,79,36); }

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