Html Css Color HEX #EE1313 Red

📋 copy color: '#EE1313'

red 238 ◦ green 19 ◦ blue 19

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

Shades of Red #EE1313

Tints of Red #EE1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 86.23%
G = 6.88%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE1313 (or 0xEE1313) is known color: Red. HEX triplet: EE, 13 and 13. RGB value is (238,19,19). Sum of RGB (Red+Green+Blue) = 238+19+19=276 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.23% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1313 is #11ECEC. Grayscale: #545454. Windows color (decimal): -1174765 or 1250286. OLE color: 1250286.

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

Color convert

RGB 238 19 19 -
CMYK 0 0.92 0.92 0.07
HSL 0.87% 0.5% -
HSV(B) 0.92% 0.93% -
XYZ 35.61 18.69 2.35 -
YUV 84.48 91.05 237.5 -
System Red Green Blue C M Y K H S L
Decimal 238 19 19 0 0.92 0.92 0.07 0 0.87 0.5
Hex EE 13 13 0 5C 5C 7 0 57 32
Octal 356 23 23 0 134 134 7 0 127 62
Binary 11101110 10011 10011 0 1011100 1011100 111 0 1010111 110010

Color Harmonies of #EE1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1313

Black with #EE1313

Text Example


Text Example

White with #EE1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1313; }

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

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

background-color css

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

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

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

border-color css

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

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

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