Html Css Color HEX #F52513 Scarlet

📋 copy color: '#F52513'

red 245 ◦ green 37 ◦ blue 19

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

Shades of Scarlet #F52513

Tints of Scarlet #F52513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 81.4%
G = 12.29%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F52513 (or 0xF52513) is known color: Scarlet. HEX triplet: F5, 25 and 13. RGB value is (245,37,19). Sum of RGB (Red+Green+Blue) = 245+37+19=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F52513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F52513 is #0ADAEC. Grayscale: #616161. Windows color (decimal): -711405 or 1254901. OLE color: 1254901.

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

Color convert

RGB 245 37 19 -
CMYK 0 0.85 0.92 0.04
HSL 4.78º 0.92% 0.52% -
HSV(B) 4.78º 0.92% 0.96% -
XYZ 38.44 20.78 2.6 -
YUV 97.14 83.91 233.46 -
System Red Green Blue C M Y K H S L
Decimal 245 37 19 0 0.85 0.92 0.04 4.78 0.92 0.52
Hex F5 25 13 0 55 5C 4 5 5C 34
Octal 365 45 23 0 125 134 4 5 134 64
Binary 11110101 100101 10011 0 1010101 1011100 100 101 1011100 110100

Color Harmonies of #F52513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52513

Black with #F52513

Text Example


Text Example

White with #F52513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52513; }

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

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

background-color css

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

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

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

border-color css

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

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

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