Html Css Color HEX #F51D13 Scarlet

📋 copy color: '#F51D13'

red 245 ◦ green 29 ◦ blue 19

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

Shades of Scarlet #F51D13

Tints of Scarlet #F51D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

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

R = 83.62%
G = 9.9%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51D13 (or 0xF51D13) is known color: Scarlet. HEX triplet: F5, 1D and 13. RGB value is (245,29,19). Sum of RGB (Red+Green+Blue) = 245+29+19=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51D13 is #0AE2EC. Grayscale: #5C5C5C. Windows color (decimal): -713453 or 1252853. OLE color: 1252853.

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

Color convert

RGB 245 29 19 -
CMYK 0 0.88 0.92 0.04
HSL 2.65º 0.92% 0.52% -
HSV(B) 2.65º 0.92% 0.96% -
XYZ 38.21 20.34 2.53 -
YUV 92.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 245 29 19 0 0.88 0.92 0.04 2.65 0.92 0.52
Hex F5 1D 13 0 58 5C 4 3 5C 34
Octal 365 35 23 0 130 134 4 3 134 64
Binary 11110101 11101 10011 0 1011000 1011100 100 11 1011100 110100

Color Harmonies of #F51D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D13

Black with #F51D13

Text Example


Text Example

White with #F51D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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