Html Css Color HEX #F52010 Scarlet

📋 copy color: '#F52010'

red 245 ◦ green 32 ◦ blue 16

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

Shades of Scarlet #F52010

Tints of Scarlet #F52010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 83.62%
G = 10.92%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F52010 (or 0xF52010) is known color: Scarlet. HEX triplet: F5, 20 and 10. RGB value is (245,32,16). Sum of RGB (Red+Green+Blue) = 245+32+16=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F52010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52010 is #0ADFEF. Grayscale: #5E5E5E. Windows color (decimal): -712688 or 1057013. OLE color: 1057013.

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

Color convert

RGB 245 32 16 -
CMYK 0 0.87 0.93 0.04
HSL 4.19º 0.92% 0.51% -
HSV(B) 4.19º 0.93% 0.96% -
XYZ 38.27 20.48 2.43 -
YUV 93.86 84.07 235.8 -
System Red Green Blue C M Y K H S L
Decimal 245 32 16 0 0.87 0.93 0.04 4.19 0.92 0.51
Hex F5 20 10 0 57 5D 4 4 5C 33
Octal 365 40 20 0 127 135 4 4 134 63
Binary 11110101 100000 10000 0 1010111 1011101 100 100 1011100 110011

Color Harmonies of #F52010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52010

Black with #F52010

Text Example


Text Example

White with #F52010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52010; }

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

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

background-color css

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

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

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

border-color css

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

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

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