Html Css Color HEX #F51902 Scarlet

📋 copy color: '#F51902'

red 245 ◦ green 25 ◦ blue 2

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

Shades of Scarlet #F51902

Tints of Scarlet #F51902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 90.07%
G = 9.19%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F51902 (or 0xF51902) is known color: Scarlet. HEX triplet: F5, 19 and 02. RGB value is (245,25,2). Sum of RGB (Red+Green+Blue) = 245+25+2=272 (36% of max value = 765). Red value is 245 (96.09% from 255 or 90.07% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 245 - color contains mainly: red. Hex color #F51902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51902 is #0AE6FD. Grayscale: #585858. Windows color (decimal): -714494 or 137717. OLE color: 137717.

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

Color convert

RGB 245 25 2 -
CMYK 0 0.90 0.99 0.04
HSL 5.68º 0.98% 0.48% -
HSV(B) 5.68º 0.99% 0.96% -
XYZ 38.01 20.11 1.94 -
YUV 88.16 79.39 239.87 -
System Red Green Blue C M Y K H S L
Decimal 245 25 2 0 0.90 0.99 0.04 5.68 0.98 0.48
Hex F5 19 2 0 5A 63 4 6 62 30
Octal 365 31 2 0 132 143 4 6 142 60
Binary 11110101 11001 10 0 1011010 1100011 100 110 1100010 110000

Color Harmonies of #F51902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51902

Black with #F51902

Text Example


Text Example

White with #F51902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51902; }

 p { color: rgb(245,25,2); }

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

background-color css

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

 a { background-color: rgb(245,25,2); }

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

border-color css

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

 span { border-color: rgb(245,25,2); }

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