Html Css Color HEX #F51513 Scarlet

📋 copy color: '#F51513'

red 245 ◦ green 21 ◦ blue 19

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

Shades of Scarlet #F51513

Tints of Scarlet #F51513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 85.96%
G = 7.37%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51513 (or 0xF51513) is known color: Scarlet. HEX triplet: F5, 15 and 13. RGB value is (245,21,19). Sum of RGB (Red+Green+Blue) = 245+21+19=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F51513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51513 is #0AEAEC. Grayscale: #575757. Windows color (decimal): -715501 or 1250805. OLE color: 1250805.

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

Color convert

RGB 245 21 19 -
CMYK 0 0.91 0.92 0.04
HSL 0.53º 0.92% 0.52% -
HSV(B) 0.53º 0.92% 0.96% -
XYZ 38.04 20 2.47 -
YUV 87.75 89.21 240.16 -
System Red Green Blue C M Y K H S L
Decimal 245 21 19 0 0.91 0.92 0.04 0.53 0.92 0.52
Hex F5 15 13 0 5B 5C 4 1 5C 34
Octal 365 25 23 0 133 134 4 1 134 64
Binary 11110101 10101 10011 0 1011011 1011100 100 1 1011100 110100

Color Harmonies of #F51513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51513

Black with #F51513

Text Example


Text Example

White with #F51513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51513; }

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

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

background-color css

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

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

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

border-color css

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

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

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