Html Css Color HEX #EE2E2E Cinnabar

📋 copy color: '#EE2E2E'

red 238 ◦ green 46 ◦ blue 46

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

Shades of Cinnabar #EE2E2E

Tints of Cinnabar #EE2E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

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

R = 72.12%
G = 13.94%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EE2E2E (or 0xEE2E2E) is known color: Cinnabar. HEX triplet: EE, 2E and 2E. RGB value is (238,46,46). Sum of RGB (Red+Green+Blue) = 238+46+46=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2E2E is #11D1D1. Grayscale: #676767. Windows color (decimal): -1167826 or 3026670. OLE color: 3026670.

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

Color convert

RGB 238 46 46 -
CMYK 0 0.81 0.81 0.07
HSL 0.85% 0.56% -
HSV(B) 0.81% 0.93% -
XYZ 36.73 20.33 4.57 -
YUV 103.41 95.61 224 -
System Red Green Blue C M Y K H S L
Decimal 238 46 46 0 0.81 0.81 0.07 0 0.85 0.56
Hex EE 2E 2E 0 51 51 7 0 55 38
Octal 356 56 56 0 121 121 7 0 125 70
Binary 11101110 101110 101110 0 1010001 1010001 111 0 1010101 111000

Color Harmonies of #EE2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2E2E

Black with #EE2E2E

Text Example


Text Example

White with #EE2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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