Html Css Color HEX #F52500 Scarlet

📋 copy color: '#F52500'

red 245 ◦ green 37 ◦ blue 0

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

Shades of Scarlet #F52500

Tints of Scarlet #F52500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.88%
G = 13.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F52500 (or 0xF52500) is known color: Scarlet. HEX triplet: F5, 25 and 00. RGB value is (245,37,0). Sum of RGB (Red+Green+Blue) = 245+37+0=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F52500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52500 is #0ADAFF. Grayscale: #5F5F5F. Windows color (decimal): -711424 or 9717. OLE color: 9717.

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

Color convert

RGB 245 37 0 -
CMYK 0 0.85 1 0.04
HSL 9.06º 1% 0.48% -
HSV(B) 9.06º 1% 0.96% -
XYZ 38.32 20.74 1.98 -
YUV 94.97 74.41 235.01 -
System Red Green Blue C M Y K H S L
Decimal 245 37 0 0 0.85 1 0.04 9.06 1 0.48
Hex F5 25 0 0 55 64 4 9 64 30
Octal 365 45 0 0 125 144 4 11 144 60
Binary 11110101 100101 0 0 1010101 1100100 100 1001 1100100 110000

Color Harmonies of #F52500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52500

Black with #F52500

Text Example


Text Example

White with #F52500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52500; }

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

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

background-color css

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

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

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

border-color css

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

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

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