Html Css Color HEX #F52017 Scarlet

📋 copy color: '#F52017'

red 245 ◦ green 32 ◦ blue 23

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

Shades of Scarlet #F52017

Tints of Scarlet #F52017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 81.67%
G = 10.67%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52017 (or 0xF52017) is known color: Scarlet. HEX triplet: F5, 20 and 17. RGB value is (245,32,23). Sum of RGB (Red+Green+Blue) = 245+32+23=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F52017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52017 is #0ADFE8. Grayscale: #5E5E5E. Windows color (decimal): -712681 or 1515765. OLE color: 1515765.

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

Color convert

RGB 245 32 23 -
CMYK 0 0.87 0.91 0.04
HSL 2.43º 0.92% 0.53% -
HSV(B) 2.43º 0.91% 0.96% -
XYZ 38.33 20.51 2.75 -
YUV 94.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 245 32 23 0 0.87 0.91 0.04 2.43 0.92 0.53
Hex F5 20 17 0 57 5B 4 2 5C 35
Octal 365 40 27 0 127 133 4 2 134 65
Binary 11110101 100000 10111 0 1010111 1011011 100 10 1011100 110101

Color Harmonies of #F52017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52017

Black with #F52017

Text Example


Text Example

White with #F52017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52017; }

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

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

background-color css

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

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

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

border-color css

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

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

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