Html Css Color HEX #F51913 Scarlet

📋 copy color: '#F51913'

red 245 ◦ green 25 ◦ blue 19

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

Shades of Scarlet #F51913

Tints of Scarlet #F51913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

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

R = 84.78%
G = 8.65%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51913 (or 0xF51913) is known color: Scarlet. HEX triplet: F5, 19 and 13. RGB value is (245,25,19). Sum of RGB (Red+Green+Blue) = 245+25+19=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F51913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51913 is #0AE6EC. Grayscale: #5A5A5A. Windows color (decimal): -714477 or 1251829. OLE color: 1251829.

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

Color convert

RGB 245 25 19 -
CMYK 0 0.90 0.92 0.04
HSL 1.59º 0.92% 0.52% -
HSV(B) 1.59º 0.92% 0.96% -
XYZ 38.12 20.15 2.5 -
YUV 90.1 87.89 238.49 -
System Red Green Blue C M Y K H S L
Decimal 245 25 19 0 0.90 0.92 0.04 1.59 0.92 0.52
Hex F5 19 13 0 5A 5C 4 2 5C 34
Octal 365 31 23 0 132 134 4 2 134 64
Binary 11110101 11001 10011 0 1011010 1011100 100 10 1011100 110100

Color Harmonies of #F51913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51913

Black with #F51913

Text Example


Text Example

White with #F51913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51913; }

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

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

background-color css

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

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

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

border-color css

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

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

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