Html Css Color HEX #EE491D Cinnabar

📋 copy color: '#EE491D'

red 238 ◦ green 73 ◦ blue 29

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

Shades of Cinnabar #EE491D

Tints of Cinnabar #EE491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 70%
G = 21.47%
B = 8.53%

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

#EE491D (or 0xEE491D) is known color: Cinnabar. HEX triplet: EE, 49 and 1D. RGB value is (238,73,29). Sum of RGB (Red+Green+Blue) = 238+73+29=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE491D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE491D is #11B6E2. Grayscale: #757575. Windows color (decimal): -1160931 or 1919470. OLE color: 1919470.

HSL color Cylindrical-coordinate representation of color #EE491D: hue angle of 12.63º 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 #EE491D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 73 29 -
CMYK 0 0.69 0.88 0.07
HSL 12.63º 0.86% 0.52% -
HSV(B) 12.63º 0.88% 0.93% -
XYZ 37.86 23.03 3.61 -
YUV 117.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 238 73 29 0 0.69 0.88 0.07 12.63 0.86 0.52
Hex EE 49 1D 0 45 58 7 D 56 34
Octal 356 111 35 0 105 130 7 15 126 64
Binary 11101110 1001001 11101 0 1000101 1011000 111 1101 1010110 110100

Color Harmonies of #EE491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE491D

Black with #EE491D

Text Example


Text Example

White with #EE491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE491D; }

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

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

background-color css

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

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

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

border-color css

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

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

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