Html Css Color HEX #EE1616 Scarlet

📋 copy color: '#EE1616'

red 238 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #EE1616

Tints of Scarlet #EE1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.8%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 84.4%
G = 7.8%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE1616 (or 0xEE1616) is known color: Scarlet. HEX triplet: EE, 16 and 16. RGB value is (238,22,22). Sum of RGB (Red+Green+Blue) = 238+22+22=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1616 is #11E9E9. Grayscale: #565656. Windows color (decimal): -1173994 or 1447662. OLE color: 1447662.

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

Color convert

RGB 238 22 22 -
CMYK 0 0.91 0.91 0.07
HSL 0.86% 0.51% -
HSV(B) 0.91% 0.93% -
XYZ 35.69 18.81 2.51 -
YUV 86.58 91.56 236 -
System Red Green Blue C M Y K H S L
Decimal 238 22 22 0 0.91 0.91 0.07 0 0.86 0.51
Hex EE 16 16 0 5B 5B 7 0 56 33
Octal 356 26 26 0 133 133 7 0 126 63
Binary 11101110 10110 10110 0 1011011 1011011 111 0 1010110 110011

Color Harmonies of #EE1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1616

Black with #EE1616

Text Example


Text Example

White with #EE1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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