Html Css Color HEX #EE312E Cinnabar

📋 copy color: '#EE312E'

red 238 ◦ green 49 ◦ blue 46

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

Shades of Cinnabar #EE312E

Tints of Cinnabar #EE312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.81%

R = 71.47%
G = 14.71%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE312E (or 0xEE312E) is known color: Cinnabar. HEX triplet: EE, 31 and 2E. RGB value is (238,49,46). Sum of RGB (Red+Green+Blue) = 238+49+46=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE312E is #11CED1. Grayscale: #696969. Windows color (decimal): -1167058 or 3027438. OLE color: 3027438.

HSL color Cylindrical-coordinate representation of color #EE312E: hue angle of 0.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE312E is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 46 -
CMYK 0 0.79 0.81 0.07
HSL 0.94º 0.85% 0.56% -
HSV(B) 0.94º 0.81% 0.93% -
XYZ 36.85 20.57 4.61 -
YUV 105.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 238 49 46 0 0.79 0.81 0.07 0.94 0.85 0.56
Hex EE 31 2E 0 4F 51 7 1 55 38
Octal 356 61 56 0 117 121 7 1 125 70
Binary 11101110 110001 101110 0 1001111 1010001 111 1 1010101 111000

Color Harmonies of #EE312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE312E

Black with #EE312E

Text Example


Text Example

White with #EE312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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