Html Css Color HEX #F51702 Scarlet

📋 copy color: '#F51702'

red 245 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #F51702

Tints of Scarlet #F51702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 90.74%
G = 8.52%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F51702 (or 0xF51702) is known color: Scarlet. HEX triplet: F5, 17 and 02. RGB value is (245,23,2). Sum of RGB (Red+Green+Blue) = 245+23+2=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F51702 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51702 is #0AE8FD. Grayscale: #575757. Windows color (decimal): -715006 or 137205. OLE color: 137205.

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

Color convert

RGB 245 23 2 -
CMYK 0 0.91 0.99 0.04
HSL 5.19º 0.98% 0.48% -
HSV(B) 5.19º 0.99% 0.96% -
XYZ 37.97 20.03 1.92 -
YUV 86.98 80.05 240.71 -
System Red Green Blue C M Y K H S L
Decimal 245 23 2 0 0.91 0.99 0.04 5.19 0.98 0.48
Hex F5 17 2 0 5B 63 4 5 62 30
Octal 365 27 2 0 133 143 4 5 142 60
Binary 11110101 10111 10 0 1011011 1100011 100 101 1100010 110000

Color Harmonies of #F51702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51702

Black with #F51702

Text Example


Text Example

White with #F51702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51702; }

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

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

background-color css

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

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

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

border-color css

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

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

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