Html Css Color HEX #EE312B Cinnabar

📋 copy color: '#EE312B'

red 238 ◦ green 49 ◦ blue 43

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

Shades of Cinnabar #EE312B

Tints of Cinnabar #EE312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 72.12%
G = 14.85%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE312B (or 0xEE312B) is known color: Cinnabar. HEX triplet: EE, 31 and 2B. RGB value is (238,49,43). Sum of RGB (Red+Green+Blue) = 238+49+43=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE312B is #11CED4. Grayscale: #696969. Windows color (decimal): -1167061 or 2830830. OLE color: 2830830.

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

Color convert

RGB 238 49 43 -
CMYK 0 0.79 0.82 0.07
HSL 1.85º 0.85% 0.55% -
HSV(B) 1.85º 0.82% 0.93% -
XYZ 36.79 20.55 4.31 -
YUV 104.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 238 49 43 0 0.79 0.82 0.07 1.85 0.85 0.55
Hex EE 31 2B 0 4F 52 7 2 55 37
Octal 356 61 53 0 117 122 7 2 125 67
Binary 11101110 110001 101011 0 1001111 1010010 111 10 1010101 110111

Color Harmonies of #EE312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE312B

Black with #EE312B

Text Example


Text Example

White with #EE312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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