Html Css Color HEX #F51A07 Scarlet

📋 copy color: '#F51A07'

red 245 ◦ green 26 ◦ blue 7

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

Shades of Scarlet #F51A07

Tints of Scarlet #F51A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

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

R = 88.13%
G = 9.35%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F51A07 (or 0xF51A07) is known color: Scarlet. HEX triplet: F5, 1A and 07. RGB value is (245,26,7). Sum of RGB (Red+Green+Blue) = 245+26+7=278 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.13% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51A07 is #0AE5F8. Grayscale: #595959. Windows color (decimal): -714233 or 465653. OLE color: 465653.

HSL color Cylindrical-coordinate representation of color #F51A07: hue angle of 4.79º 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 #F51A07 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 26 7 -
CMYK 0 0.89 0.97 0.04
HSL 4.79º 0.94% 0.49% -
HSV(B) 4.79º 0.97% 0.96% -
XYZ 38.06 20.17 2.09 -
YUV 89.32 81.55 239.04 -
System Red Green Blue C M Y K H S L
Decimal 245 26 7 0 0.89 0.97 0.04 4.79 0.94 0.49
Hex F5 1A 7 0 59 61 4 5 5E 31
Octal 365 32 7 0 131 141 4 5 136 61
Binary 11110101 11010 111 0 1011001 1100001 100 101 1011110 110001

Color Harmonies of #F51A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A07

Black with #F51A07

Text Example


Text Example

White with #F51A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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