Html Css Color HEX #F51C13 Scarlet

📋 copy color: '#F51C13'

red 245 ◦ green 28 ◦ blue 19

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

Shades of Scarlet #F51C13

Tints of Scarlet #F51C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 83.9%
G = 9.59%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51C13 (or 0xF51C13) is known color: Scarlet. HEX triplet: F5, 1C and 13. RGB value is (245,28,19). Sum of RGB (Red+Green+Blue) = 245+28+19=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51C13 is #0AE3EC. Grayscale: #5C5C5C. Windows color (decimal): -713709 or 1252597. OLE color: 1252597.

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

Color convert

RGB 245 28 19 -
CMYK 0 0.89 0.92 0.04
HSL 2.39º 0.92% 0.52% -
HSV(B) 2.39º 0.92% 0.96% -
XYZ 38.19 20.29 2.52 -
YUV 91.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 245 28 19 0 0.89 0.92 0.04 2.39 0.92 0.52
Hex F5 1C 13 0 59 5C 4 2 5C 34
Octal 365 34 23 0 131 134 4 2 134 64
Binary 11110101 11100 10011 0 1011001 1011100 100 10 1011100 110100

Color Harmonies of #F51C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C13

Black with #F51C13

Text Example


Text Example

White with #F51C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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