Html Css Color HEX #F51407 Scarlet

📋 copy color: '#F51407'

red 245 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #F51407

Tints of Scarlet #F51407

RGB

 RED value IS 245 (96.09% from 255) = 90.07%

 GREEN value IS 20 (8.2% from 255) = 7.35%

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 90.07%
G = 7.35%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F51407 (or 0xF51407) is known color: Scarlet. HEX triplet: F5, 14 and 07. RGB value is (245,20,7). Sum of RGB (Red+Green+Blue) = 245+20+7=272 (36% of max value = 765). Red value is 245 (96.09% from 255 or 90.07% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 245 - color contains mainly: red. Hex color #F51407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51407 is #0AEBF8. Grayscale: #565656. Windows color (decimal): -715769 or 464117. OLE color: 464117.

HSL color Cylindrical-coordinate representation of color #F51407: hue angle of 3.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F51407 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 7 -
CMYK 0 0.92 0.97 0.04
HSL 3.28º 0.94% 0.49% -
HSV(B) 3.28º 0.97% 0.96% -
XYZ 37.94 19.93 2.05 -
YUV 85.79 83.54 241.56 -
System Red Green Blue C M Y K H S L
Decimal 245 20 7 0 0.92 0.97 0.04 3.28 0.94 0.49
Hex F5 14 7 0 5C 61 4 3 5E 31
Octal 365 24 7 0 134 141 4 3 136 61
Binary 11110101 10100 111 0 1011100 1100001 100 11 1011110 110001

Color Harmonies of #F51407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51407

Black with #F51407

Text Example


Text Example

White with #F51407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51407; }

 p { color: rgb(245,20,7); }

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

background-color css

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

 a { background-color: rgb(245,20,7); }

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

border-color css

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

 span { border-color: rgb(245,20,7); }

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