Html Css Color HEX #EE311D Cinnabar

📋 copy color: '#EE311D'

red 238 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #EE311D

Tints of Cinnabar #EE311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 75.32%
G = 15.51%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE311D (or 0xEE311D) is known color: Cinnabar. HEX triplet: EE, 31 and 1D. RGB value is (238,49,29). Sum of RGB (Red+Green+Blue) = 238+49+29=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE311D is #11CEE2. Grayscale: #676767. Windows color (decimal): -1167075 or 1913326. OLE color: 1913326.

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

Color convert

RGB 238 49 29 -
CMYK 0 0.79 0.88 0.07
HSL 5.74º 0.86% 0.52% -
HSV(B) 5.74º 0.88% 0.93% -
XYZ 36.58 20.46 3.18 -
YUV 103.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 238 49 29 0 0.79 0.88 0.07 5.74 0.86 0.52
Hex EE 31 1D 0 4F 58 7 6 56 34
Octal 356 61 35 0 117 130 7 6 126 64
Binary 11101110 110001 11101 0 1001111 1011000 111 110 1010110 110100

Color Harmonies of #EE311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE311D

Black with #EE311D

Text Example


Text Example

White with #EE311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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