Html Css Color HEX #F52000 Scarlet

📋 copy color: '#F52000'

red 245 ◦ green 32 ◦ blue 0

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

Shades of Scarlet #F52000

Tints of Scarlet #F52000

RGB

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

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

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

R = 88.45%
G = 11.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F52000 (or 0xF52000) is known color: Scarlet. HEX triplet: F5, 20 and 00. RGB value is (245,32,0). Sum of RGB (Red+Green+Blue) = 245+32+0=277 (36% of max value = 765). Red value is 245 (96.09% from 255 or 88.45% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 245 - color contains mainly: red. Hex color #F52000 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52000 is #0ADFFF. Grayscale: #5C5C5C. Windows color (decimal): -712704 or 8437. OLE color: 8437.

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

Color convert

RGB 245 32 0 -
CMYK 0 0.87 1 0.04
HSL 7.84º 1% 0.48% -
HSV(B) 7.84º 1% 0.96% -
XYZ 38.17 20.45 1.93 -
YUV 92.04 76.07 237.1 -
System Red Green Blue C M Y K H S L
Decimal 245 32 0 0 0.87 1 0.04 7.84 1 0.48
Hex F5 20 0 0 57 64 4 8 64 30
Octal 365 40 0 0 127 144 4 10 144 60
Binary 11110101 100000 0 0 1010111 1100100 100 1000 1100100 110000

Color Harmonies of #F52000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52000

Black with #F52000

Text Example


Text Example

White with #F52000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52000; }

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

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

background-color css

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

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

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

border-color css

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

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

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