Html Css Color HEX #EE3333 Cinnabar

📋 copy color: '#EE3333'

red 238 ◦ green 51 ◦ blue 51

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

Shades of Cinnabar #EE3333

Tints of Cinnabar #EE3333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 51 (20.31% from 255) = 15%

R = 70%
G = 15%
B = 15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EE3333 (or 0xEE3333) is known color: Cinnabar. HEX triplet: EE, 33 and 33. RGB value is (238,51,51). Sum of RGB (Red+Green+Blue) = 238+51+51=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3333 is #11CCCC. Grayscale: #6B6B6B. Windows color (decimal): -1166541 or 3355630. OLE color: 3355630.

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

Color convert

RGB 238 51 51 -
CMYK 0 0.79 0.79 0.07
HSL 0.85% 0.57% -
HSV(B) 0.79% 0.93% -
XYZ 37.04 20.78 5.19 -
YUV 106.91 96.45 221.5 -
System Red Green Blue C M Y K H S L
Decimal 238 51 51 0 0.79 0.79 0.07 0 0.85 0.57
Hex EE 33 33 0 4F 4F 7 0 55 39
Octal 356 63 63 0 117 117 7 0 125 71
Binary 11101110 110011 110011 0 1001111 1001111 111 0 1010101 111001

Color Harmonies of #EE3333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3333

Black with #EE3333

Text Example


Text Example

White with #EE3333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3333; }

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

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

background-color css

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

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

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

border-color css

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

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

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