Html Css Color HEX #EF1505 Scarlet

📋 copy color: '#EF1505'

red 239 ◦ green 21 ◦ blue 5

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

Shades of Scarlet #EF1505

Tints of Scarlet #EF1505

RGB

 RED value IS 239 (93.75% from 255) = 90.19%

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 90.19%
G = 7.92%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EF1505 (or 0xEF1505) is known color: Scarlet. HEX triplet: EF, 15 and 05. RGB value is (239,21,5). Sum of RGB (Red+Green+Blue) = 239+21+5=265 (35% of max value = 765). Red value is 239 (93.75% from 255 or 90.19% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1505 is #10EAFA. Grayscale: #545454. Windows color (decimal): -1108731 or 333295. OLE color: 333295.

HSL color Cylindrical-coordinate representation of color #EF1505: hue angle of 4.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF1505 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 21 5 -
CMYK 0 0.91 0.98 0.06
HSL 4.1º 0.96% 0.48% -
HSV(B) 4.1º 0.98% 0.94% -
XYZ 35.89 18.9 1.9 -
YUV 84.36 83.22 238.3 -
System Red Green Blue C M Y K H S L
Decimal 239 21 5 0 0.91 0.98 0.06 4.1 0.96 0.48
Hex EF 15 5 0 5B 62 6 4 60 30
Octal 357 25 5 0 133 142 6 4 140 60
Binary 11101111 10101 101 0 1011011 1100010 110 100 1100000 110000

Color Harmonies of #EF1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1505

Black with #EF1505

Text Example


Text Example

White with #EF1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1505; }

 p { color: rgb(239,21,5); }

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

background-color css

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

 a { background-color: rgb(239,21,5); }

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

border-color css

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

 span { border-color: rgb(239,21,5); }

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