Html Css Color HEX #EE3330 Cinnabar

📋 copy color: '#EE3330'

red 238 ◦ green 51 ◦ blue 48

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

Shades of Cinnabar #EE3330

Tints of Cinnabar #EE3330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 70.62%
G = 15.13%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE3330 (or 0xEE3330) is known color: Cinnabar. HEX triplet: EE, 33 and 30. RGB value is (238,51,48). Sum of RGB (Red+Green+Blue) = 238+51+48=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3330 is #11CCCF. Grayscale: #6A6A6A. Windows color (decimal): -1166544 or 3159022. OLE color: 3159022.

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

Color convert

RGB 238 51 48 -
CMYK 0 0.79 0.80 0.07
HSL 0.95º 0.85% 0.56% -
HSV(B) 0.95º 0.8% 0.93% -
XYZ 36.98 20.76 4.85 -
YUV 106.57 94.95 221.74 -
System Red Green Blue C M Y K H S L
Decimal 238 51 48 0 0.79 0.80 0.07 0.95 0.85 0.56
Hex EE 33 30 0 4F 50 7 1 55 38
Octal 356 63 60 0 117 120 7 1 125 70
Binary 11101110 110011 110000 0 1001111 1010000 111 1 1010101 111000

Color Harmonies of #EE3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3330

Black with #EE3330

Text Example


Text Example

White with #EE3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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