Html Css Color HEX #EE491C Cinnabar

📋 copy color: '#EE491C'

red 238 ◦ green 73 ◦ blue 28

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

Shades of Cinnabar #EE491C

Tints of Cinnabar #EE491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 70.21%
G = 21.53%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE491C (or 0xEE491C) is known color: Cinnabar. HEX triplet: EE, 49 and 1C. RGB value is (238,73,28). Sum of RGB (Red+Green+Blue) = 238+73+28=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE491C is #11B6E3. Grayscale: #757575. Windows color (decimal): -1160932 or 1853934. OLE color: 1853934.

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

Color convert

RGB 238 73 28 -
CMYK 0 0.69 0.88 0.07
HSL 12.86º 0.86% 0.52% -
HSV(B) 12.86º 0.88% 0.93% -
XYZ 37.85 23.03 3.55 -
YUV 117.21 77.66 214.16 -
System Red Green Blue C M Y K H S L
Decimal 238 73 28 0 0.69 0.88 0.07 12.86 0.86 0.52
Hex EE 49 1C 0 45 58 7 D 56 34
Octal 356 111 34 0 105 130 7 15 126 64
Binary 11101110 1001001 11100 0 1000101 1011000 111 1101 1010110 110100

Color Harmonies of #EE491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE491C

Black with #EE491C

Text Example


Text Example

White with #EE491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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