Html Css Color HEX #EE130E Red

📋 copy color: '#EE130E'

red 238 ◦ green 19 ◦ blue 14

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

Shades of Red #EE130E

Tints of Red #EE130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 87.82%
G = 7.01%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE130E (or 0xEE130E) is known color: Red. HEX triplet: EE, 13 and 0E. RGB value is (238,19,14). Sum of RGB (Red+Green+Blue) = 238+19+14=271 (35% of max value = 765). Red value is 238 (93.36% from 255 or 87.82% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 238 - color contains mainly: red. Hex color #EE130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE130E is #11ECF1. Grayscale: #545454. Windows color (decimal): -1174770 or 922606. OLE color: 922606.

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

Color convert

RGB 238 19 14 -
CMYK 0 0.92 0.94 0.07
HSL 1.34º 0.89% 0.49% -
HSV(B) 1.34º 0.94% 0.93% -
XYZ 35.57 18.67 2.15 -
YUV 83.91 88.55 237.91 -
System Red Green Blue C M Y K H S L
Decimal 238 19 14 0 0.92 0.94 0.07 1.34 0.89 0.49
Hex EE 13 E 0 5C 5E 7 1 59 31
Octal 356 23 16 0 134 136 7 1 131 61
Binary 11101110 10011 1110 0 1011100 1011110 111 1 1011001 110001

Color Harmonies of #EE130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE130E

Black with #EE130E

Text Example


Text Example

White with #EE130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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