Html Css Color HEX #F51F18 Scarlet

📋 copy color: '#F51F18'

red 245 ◦ green 31 ◦ blue 24

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

Shades of Scarlet #F51F18

Tints of Scarlet #F51F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.33%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 81.67%
G = 10.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F51F18 (or 0xF51F18) is known color: Scarlet. HEX triplet: F5, 1F and 18. RGB value is (245,31,24). Sum of RGB (Red+Green+Blue) = 245+31+24=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51F18 is #0AE0E7. Grayscale: #5E5E5E. Windows color (decimal): -712936 or 1581045. OLE color: 1581045.

HSL color Cylindrical-coordinate representation of color #F51F18: hue angle of 1.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51F18 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 31 24 -
CMYK 0 0.87 0.90 0.04
HSL 1.9º 0.92% 0.53% -
HSV(B) 1.9º 0.9% 0.96% -
XYZ 38.31 20.46 2.79 -
YUV 94.19 88.4 235.57 -
System Red Green Blue C M Y K H S L
Decimal 245 31 24 0 0.87 0.90 0.04 1.9 0.92 0.53
Hex F5 1F 18 0 57 5A 4 2 5C 35
Octal 365 37 30 0 127 132 4 2 134 65
Binary 11110101 11111 11000 0 1010111 1011010 100 10 1011100 110101

Color Harmonies of #F51F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51F18

Black with #F51F18

Text Example


Text Example

White with #F51F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51F18; }

 p { color: rgb(245,31,24); }

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

background-color css

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

 a { background-color: rgb(245,31,24); }

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

border-color css

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

 span { border-color: rgb(245,31,24); }

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