Html Css Color HEX #EE1504 Scarlet

📋 copy color: '#EE1504'

red 238 ◦ green 21 ◦ blue 4

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

Shades of Scarlet #EE1504

Tints of Scarlet #EE1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 90.49%
G = 7.98%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE1504 (or 0xEE1504) is known color: Scarlet. HEX triplet: EE, 15 and 04. RGB value is (238,21,4). Sum of RGB (Red+Green+Blue) = 238+21+4=263 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.49% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1504 is #11EAFB. Grayscale: #545454. Windows color (decimal): -1174268 or 267758. OLE color: 267758.

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

Color convert

RGB 238 21 4 -
CMYK 0 0.91 0.98 0.07
HSL 4.36º 0.97% 0.47% -
HSV(B) 4.36º 0.98% 0.93% -
XYZ 35.55 18.72 1.85 -
YUV 83.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 238 21 4 0 0.91 0.98 0.07 4.36 0.97 0.47
Hex EE 15 4 0 5B 62 7 4 61 2F
Octal 356 25 4 0 133 142 7 4 141 57
Binary 11101110 10101 100 0 1011011 1100010 111 100 1100001 101111

Color Harmonies of #EE1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1504

Black with #EE1504

Text Example


Text Example

White with #EE1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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