Html Css Color HEX #F41918 Scarlet

📋 copy color: '#F41918'

red 244 ◦ green 25 ◦ blue 24

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

Shades of Scarlet #F41918

Tints of Scarlet #F41918

RGB

 RED value IS 244 (95.7% from 255) = 83.28%

 GREEN value IS 25 (10.16% from 255) = 8.53%

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

R = 83.28%
G = 8.53%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F41918 (or 0xF41918) is known color: Scarlet. HEX triplet: F4, 19 and 18. RGB value is (244,25,24). Sum of RGB (Red+Green+Blue) = 244+25+24=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F41918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41918 is #0BE6E7. Grayscale: #5A5A5A. Windows color (decimal): -780008 or 1579508. OLE color: 1579508.

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

Color convert

RGB 244 25 24 -
CMYK 0 0.90 0.90 0.04
HSL 0.27º 0.91% 0.53% -
HSV(B) 0.27º 0.9% 0.96% -
XYZ 37.82 19.99 2.73 -
YUV 90.37 90.55 237.58 -
System Red Green Blue C M Y K H S L
Decimal 244 25 24 0 0.90 0.90 0.04 0.27 0.91 0.53
Hex F4 19 18 0 5A 5A 4 0 5B 35
Octal 364 31 30 0 132 132 4 0 133 65
Binary 11110100 11001 11000 0 1011010 1011010 100 0 1011011 110101

Color Harmonies of #F41918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41918

Black with #F41918

Text Example


Text Example

White with #F41918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41918; }

 p { color: rgb(244,25,24); }

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

background-color css

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

 a { background-color: rgb(244,25,24); }

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

border-color css

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

 span { border-color: rgb(244,25,24); }

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