Html Css Color HEX #F51614 Scarlet

📋 copy color: '#F51614'

red 245 ◦ green 22 ◦ blue 20

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

Shades of Scarlet #F51614

Tints of Scarlet #F51614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 85.37%
G = 7.67%
B = 6.97%

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

#F51614 (or 0xF51614) is known color: Scarlet. HEX triplet: F5, 16 and 14. RGB value is (245,22,20). Sum of RGB (Red+Green+Blue) = 245+22+20=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F51614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51614 is #0AE9EB. Grayscale: #585858. Windows color (decimal): -715244 or 1316597. OLE color: 1316597.

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

Color convert

RGB 245 22 20 -
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.07 20.04 2.52 -
YUV 88.45 89.38 239.66 -
System Red Green Blue C M Y K H S L
Decimal 245 22 20 0 0.91 0.92 0.04 0.53 0.92 0.52
Hex F5 16 14 0 5B 5C 4 1 5C 34
Octal 365 26 24 0 133 134 4 1 134 64
Binary 11110101 10110 10100 0 1011011 1011100 100 1 1011100 110100

Color Harmonies of #F51614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51614

Black with #F51614

Text Example


Text Example

White with #F51614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51614; }

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

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

background-color css

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

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

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

border-color css

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

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

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