Html Css Color HEX #EE491F Cinnabar

📋 copy color: '#EE491F'

red 238 ◦ green 73 ◦ blue 31

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

Shades of Cinnabar #EE491F

Tints of Cinnabar #EE491F

RGB

 RED value IS 238 (93.36% from 255) = 69.59%

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 69.59%
G = 21.35%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE491F (or 0xEE491F) is known color: Cinnabar. HEX triplet: EE, 49 and 1F. RGB value is (238,73,31). Sum of RGB (Red+Green+Blue) = 238+73+31=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE491F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE491F is #11B6E0. Grayscale: #757575. Windows color (decimal): -1160929 or 2050542. OLE color: 2050542.

HSL color Cylindrical-coordinate representation of color #EE491F: hue angle of 12.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE491F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 31 -
CMYK 0 0.69 0.87 0.07
HSL 12.17º 0.86% 0.53% -
HSV(B) 12.17º 0.87% 0.93% -
XYZ 37.89 23.04 3.75 -
YUV 117.55 79.16 213.92 -
System Red Green Blue C M Y K H S L
Decimal 238 73 31 0 0.69 0.87 0.07 12.17 0.86 0.53
Hex EE 49 1F 0 45 57 7 C 56 35
Octal 356 111 37 0 105 127 7 14 126 65
Binary 11101110 1001001 11111 0 1000101 1010111 111 1100 1010110 110101

Color Harmonies of #EE491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE491F

Black with #EE491F

Text Example


Text Example

White with #EE491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE491F; }

 p { color: rgb(238,73,31); }

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

background-color css

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

 a { background-color: rgb(238,73,31); }

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

border-color css

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

 span { border-color: rgb(238,73,31); }

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