Html Css Color HEX #F52509 Scarlet

📋 copy color: '#F52509'

red 245 ◦ green 37 ◦ blue 9

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

Shades of Scarlet #F52509

Tints of Scarlet #F52509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 84.19%
G = 12.71%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F52509 (or 0xF52509) is known color: Scarlet. HEX triplet: F5, 25 and 09. RGB value is (245,37,9). Sum of RGB (Red+Green+Blue) = 245+37+9=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 9 (3.91% from 255 or 3.09% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F52509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52509 is #0ADAF6. Grayscale: #606060. Windows color (decimal): -711415 or 599541. OLE color: 599541.

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

Color convert

RGB 245 37 9 -
CMYK 0 0.85 0.96 0.04
HSL 7.12º 0.93% 0.5% -
HSV(B) 7.12º 0.96% 0.96% -
XYZ 38.37 20.76 2.24 -
YUV 96 78.91 234.28 -
System Red Green Blue C M Y K H S L
Decimal 245 37 9 0 0.85 0.96 0.04 7.12 0.93 0.5
Hex F5 25 9 0 55 60 4 7 5D 32
Octal 365 45 11 0 125 140 4 7 135 62
Binary 11110101 100101 1001 0 1010101 1100000 100 111 1011101 110010

Color Harmonies of #F52509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52509

Black with #F52509

Text Example


Text Example

White with #F52509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52509; }

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

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

background-color css

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

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

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

border-color css

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

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

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