Html Css Color HEX #F51A08 Scarlet

📋 copy color: '#F51A08'

red 245 ◦ green 26 ◦ blue 8

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

Shades of Scarlet #F51A08

Tints of Scarlet #F51A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 87.81%
G = 9.32%
B = 2.87%

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

#F51A08 (or 0xF51A08) is known color: Scarlet. HEX triplet: F5, 1A and 08. RGB value is (245,26,8). Sum of RGB (Red+Green+Blue) = 245+26+8=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51A08 is #0AE5F7. Grayscale: #595959. Windows color (decimal): -714232 or 531189. OLE color: 531189.

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

Color convert

RGB 245 26 8 -
CMYK 0 0.89 0.97 0.04
HSL 4.56º 0.94% 0.5% -
HSV(B) 4.56º 0.97% 0.96% -
XYZ 38.07 20.17 2.12 -
YUV 89.43 82.05 238.96 -
System Red Green Blue C M Y K H S L
Decimal 245 26 8 0 0.89 0.97 0.04 4.56 0.94 0.5
Hex F5 1A 8 0 59 61 4 5 5E 32
Octal 365 32 10 0 131 141 4 5 136 62
Binary 11110101 11010 1000 0 1011001 1100001 100 101 1011110 110010

Color Harmonies of #F51A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51A08

Black with #F51A08

Text Example


Text Example

White with #F51A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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