Html Css Color HEX #F52517 Scarlet

📋 copy color: '#F52517'

red 245 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #F52517

Tints of Scarlet #F52517

RGB

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

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

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

R = 80.33%
G = 12.13%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F52517 (or 0xF52517) is known color: Scarlet. HEX triplet: F5, 25 and 17. RGB value is (245,37,23). Sum of RGB (Red+Green+Blue) = 245+37+23=305 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.33% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 245 - color contains mainly: red. Hex color #F52517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52517 is #0ADAE8. Grayscale: #616161. Windows color (decimal): -711401 or 1517045. OLE color: 1517045.

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

Color convert

RGB 245 37 23 -
CMYK 0 0.85 0.91 0.04
HSL 3.78º 0.92% 0.53% -
HSV(B) 3.78º 0.91% 0.96% -
XYZ 38.47 20.8 2.8 -
YUV 97.6 85.91 233.14 -
System Red Green Blue C M Y K H S L
Decimal 245 37 23 0 0.85 0.91 0.04 3.78 0.92 0.53
Hex F5 25 17 0 55 5B 4 4 5C 35
Octal 365 45 27 0 125 133 4 4 134 65
Binary 11110101 100101 10111 0 1010101 1011011 100 100 1011100 110101

Color Harmonies of #F52517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52517

Black with #F52517

Text Example


Text Example

White with #F52517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52517; }

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

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

background-color css

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

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

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

border-color css

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

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

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