Html Css Color HEX #F51613 Scarlet

📋 copy color: '#F51613'

red 245 ◦ green 22 ◦ blue 19

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

Shades of Scarlet #F51613

Tints of Scarlet #F51613

RGB

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

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

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

R = 85.66%
G = 7.69%
B = 6.64%

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

#F51613 (or 0xF51613) is known color: Scarlet. HEX triplet: F5, 16 and 13. RGB value is (245,22,19). Sum of RGB (Red+Green+Blue) = 245+22+19=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F51613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51613 is #0AE9EC. Grayscale: #585858. Windows color (decimal): -715245 or 1251061. OLE color: 1251061.

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

Color convert

RGB 245 22 19 -
CMYK 0 0.91 0.92 0.04
HSL 0.8º 0.92% 0.52% -
HSV(B) 0.8º 0.92% 0.96% -
XYZ 38.06 20.03 2.48 -
YUV 88.34 88.88 239.74 -
System Red Green Blue C M Y K H S L
Decimal 245 22 19 0 0.91 0.92 0.04 0.8 0.92 0.52
Hex F5 16 13 0 5B 5C 4 1 5C 34
Octal 365 26 23 0 133 134 4 1 134 64
Binary 11110101 10110 10011 0 1011011 1011100 100 1 1011100 110100

Color Harmonies of #F51613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51613

Black with #F51613

Text Example


Text Example

White with #F51613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51613; }

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

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

background-color css

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

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

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

border-color css

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

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

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