Html Css Color HEX #EE2B2B Cinnabar

📋 copy color: '#EE2B2B'

red 238 ◦ green 43 ◦ blue 43

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

Shades of Cinnabar #EE2B2B

Tints of Cinnabar #EE2B2B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

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

R = 73.46%
G = 13.27%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EE2B2B (or 0xEE2B2B) is known color: Cinnabar. HEX triplet: EE, 2B and 2B. RGB value is (238,43,43). Sum of RGB (Red+Green+Blue) = 238+43+43=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2B2B is #11D4D4. Grayscale: #656565. Windows color (decimal): -1168597 or 2829294. OLE color: 2829294.

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

Color convert

RGB 238 43 43 -
CMYK 0 0.82 0.82 0.07
HSL 0.85% 0.55% -
HSV(B) 0.82% 0.93% -
XYZ 36.56 20.08 4.23 -
YUV 101.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 238 43 43 0 0.82 0.82 0.07 0 0.85 0.55
Hex EE 2B 2B 0 52 52 7 0 55 37
Octal 356 53 53 0 122 122 7 0 125 67
Binary 11101110 101011 101011 0 1010010 1010010 111 0 1010101 110111

Color Harmonies of #EE2B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2B2B

Black with #EE2B2B

Text Example


Text Example

White with #EE2B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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