Html Css Color HEX #F71504 Scarlet

📋 copy color: '#F71504'

red 247 ◦ green 21 ◦ blue 4

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

Shades of Scarlet #F71504

Tints of Scarlet #F71504

RGB

 RED value IS 247 (96.88% from 255) = 90.81%

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

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

R = 90.81%
G = 7.72%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F71504 (or 0xF71504) is known color: Scarlet. HEX triplet: F7, 15 and 04. RGB value is (247,21,4). Sum of RGB (Red+Green+Blue) = 247+21+4=272 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.81% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 247 - color contains mainly: red. Hex color #F71504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71504 is #08EAFB. Grayscale: #565656. Windows color (decimal): -584444 or 267767. OLE color: 267767.

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

Color convert

RGB 247 21 4 -
CMYK 0 0.91 0.98 0.03
HSL 4.2º 0.97% 0.49% -
HSV(B) 4.2º 0.98% 0.97% -
XYZ 38.65 20.32 2 -
YUV 86.64 81.37 242.38 -
System Red Green Blue C M Y K H S L
Decimal 247 21 4 0 0.91 0.98 0.03 4.2 0.97 0.49
Hex F7 15 4 0 5B 62 3 4 61 31
Octal 367 25 4 0 133 142 3 4 141 61
Binary 11110111 10101 100 0 1011011 1100010 11 100 1100001 110001

Color Harmonies of #F71504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71504

Black with #F71504

Text Example


Text Example

White with #F71504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71504; }

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

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

background-color css

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

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

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

border-color css

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

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

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