Html Css Color HEX #F52009 Scarlet

📋 copy color: '#F52009'

red 245 ◦ green 32 ◦ blue 9

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

Shades of Scarlet #F52009

Tints of Scarlet #F52009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 9 (3.91% from 255) = 3.15%

R = 85.66%
G = 11.19%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F52009 (or 0xF52009) is known color: Scarlet. HEX triplet: F5, 20 and 09. RGB value is (245,32,9). Sum of RGB (Red+Green+Blue) = 245+32+9=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F52009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52009 is #0ADFF6. Grayscale: #5D5D5D. Windows color (decimal): -712695 or 598261. OLE color: 598261.

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

Color convert

RGB 245 32 9 -
CMYK 0 0.87 0.96 0.04
HSL 5.85º 0.93% 0.5% -
HSV(B) 5.85º 0.96% 0.96% -
XYZ 38.22 20.47 2.19 -
YUV 93.07 80.57 236.37 -
System Red Green Blue C M Y K H S L
Decimal 245 32 9 0 0.87 0.96 0.04 5.85 0.93 0.5
Hex F5 20 9 0 57 60 4 6 5D 32
Octal 365 40 11 0 127 140 4 6 135 62
Binary 11110101 100000 1001 0 1010111 1100000 100 110 1011101 110010

Color Harmonies of #F52009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52009

Black with #F52009

Text Example


Text Example

White with #F52009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52009; }

 p { color: rgb(245,32,9); }

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

background-color css

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

 a { background-color: rgb(245,32,9); }

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

border-color css

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

 span { border-color: rgb(245,32,9); }

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