Html Css Color HEX #EE1502 Scarlet

📋 copy color: '#EE1502'

red 238 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #EE1502

Tints of Scarlet #EE1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 91.19%
G = 8.05%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE1502 (or 0xEE1502) is known color: Scarlet. HEX triplet: EE, 15 and 02. RGB value is (238,21,2). Sum of RGB (Red+Green+Blue) = 238+21+2=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1502 is #11EAFD. Grayscale: #545454. Windows color (decimal): -1174270 or 136686. OLE color: 136686.

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

Color convert

RGB 238 21 2 -
CMYK 0 0.91 0.99 0.07
HSL 4.83º 0.98% 0.47% -
HSV(B) 4.83º 0.99% 0.93% -
XYZ 35.54 18.72 1.8 -
YUV 83.72 81.89 238.04 -
System Red Green Blue C M Y K H S L
Decimal 238 21 2 0 0.91 0.99 0.07 4.83 0.98 0.47
Hex EE 15 2 0 5B 63 7 5 62 2F
Octal 356 25 2 0 133 143 7 5 142 57
Binary 11101110 10101 10 0 1011011 1100011 111 101 1100010 101111

Color Harmonies of #EE1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1502

Black with #EE1502

Text Example


Text Example

White with #EE1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1502; }

 p { color: rgb(238,21,2); }

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

background-color css

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

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

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

border-color css

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

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

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