Html Css Color HEX #F51514 Scarlet

📋 copy color: '#F51514'

red 245 ◦ green 21 ◦ blue 20

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

Shades of Scarlet #F51514

Tints of Scarlet #F51514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 85.66%
G = 7.34%
B = 6.99%

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

#F51514 (or 0xF51514) is known color: Scarlet. HEX triplet: F5, 15 and 14. RGB value is (245,21,20). Sum of RGB (Red+Green+Blue) = 245+21+20=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F51514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51514 is #0AEAEB. Grayscale: #585858. Windows color (decimal): -715500 or 1316341. OLE color: 1316341.

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

Color convert

RGB 245 21 20 -
CMYK 0 0.91 0.92 0.04
HSL 0.27º 0.92% 0.52% -
HSV(B) 0.27º 0.92% 0.96% -
XYZ 38.05 20 2.52 -
YUV 87.86 89.71 240.08 -
System Red Green Blue C M Y K H S L
Decimal 245 21 20 0 0.91 0.92 0.04 0.27 0.92 0.52
Hex F5 15 14 0 5B 5C 4 0 5C 34
Octal 365 25 24 0 133 134 4 0 134 64
Binary 11110101 10101 10100 0 1011011 1011100 100 0 1011100 110100

Color Harmonies of #F51514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51514

Black with #F51514

Text Example


Text Example

White with #F51514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51514; }

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

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

background-color css

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

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

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

border-color css

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

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

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