Html Css Color HEX #F52701 Scarlet

📋 copy color: '#F52701'

red 245 ◦ green 39 ◦ blue 1

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

Shades of Scarlet #F52701

Tints of Scarlet #F52701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 85.96%
G = 13.68%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F52701 (or 0xF52701) is known color: Scarlet. HEX triplet: F5, 27 and 01. RGB value is (245,39,1). Sum of RGB (Red+Green+Blue) = 245+39+1=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F52701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52701 is #0AD8FE. Grayscale: #606060. Windows color (decimal): -710911 or 75765. OLE color: 75765.

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

Color convert

RGB 245 39 1 -
CMYK 0 0.84 1.00 0.04
HSL 9.34º 0.99% 0.48% -
HSV(B) 9.34º 1% 0.96% -
XYZ 38.39 20.87 2.03 -
YUV 96.26 74.25 234.09 -
System Red Green Blue C M Y K H S L
Decimal 245 39 1 0 0.84 1.00 0.04 9.34 0.99 0.48
Hex F5 27 1 0 54 64 4 9 63 30
Octal 365 47 1 0 124 144 4 11 143 60
Binary 11110101 100111 1 0 1010100 1100100 100 1001 1100011 110000

Color Harmonies of #F52701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52701

Black with #F52701

Text Example


Text Example

White with #F52701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52701; }

 p { color: rgb(245,39,1); }

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

background-color css

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

 a { background-color: rgb(245,39,1); }

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

border-color css

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

 span { border-color: rgb(245,39,1); }

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