Html Css Color HEX #F41C18 Scarlet

📋 copy color: '#F41C18'

red 244 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #F41C18

Tints of Scarlet #F41C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.46%

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

R = 82.43%
G = 9.46%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F41C18 (or 0xF41C18) is known color: Scarlet. HEX triplet: F4, 1C and 18. RGB value is (244,28,24). Sum of RGB (Red+Green+Blue) = 244+28+24=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41C18 is #0BE3E7. Grayscale: #5C5C5C. Windows color (decimal): -779240 or 1580276. OLE color: 1580276.

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

Color convert

RGB 244 28 24 -
CMYK 0 0.89 0.90 0.04
HSL 1.09º 0.91% 0.53% -
HSV(B) 1.09º 0.9% 0.96% -
XYZ 37.89 20.13 2.75 -
YUV 92.13 89.56 236.33 -
System Red Green Blue C M Y K H S L
Decimal 244 28 24 0 0.89 0.90 0.04 1.09 0.91 0.53
Hex F4 1C 18 0 59 5A 4 1 5B 35
Octal 364 34 30 0 131 132 4 1 133 65
Binary 11110100 11100 11000 0 1011001 1011010 100 1 1011011 110101

Color Harmonies of #F41C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41C18

Black with #F41C18

Text Example


Text Example

White with #F41C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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