Html Css Color HEX #F41F15 Scarlet

📋 copy color: '#F41F15'

red 244 ◦ green 31 ◦ blue 21

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

Shades of Scarlet #F41F15

Tints of Scarlet #F41F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 82.43%
G = 10.47%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F41F15 (or 0xF41F15) is known color: Scarlet. HEX triplet: F4, 1F and 15. RGB value is (244,31,21). Sum of RGB (Red+Green+Blue) = 244+31+21=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41F15 is #0BE0EA. Grayscale: #5D5D5D. Windows color (decimal): -778475 or 1384436. OLE color: 1384436.

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

Color convert

RGB 244 31 21 -
CMYK 0 0.87 0.91 0.04
HSL 2.69º 0.91% 0.52% -
HSV(B) 2.69º 0.91% 0.96% -
XYZ 37.93 20.27 2.62 -
YUV 93.55 87.07 235.31 -
System Red Green Blue C M Y K H S L
Decimal 244 31 21 0 0.87 0.91 0.04 2.69 0.91 0.52
Hex F4 1F 15 0 57 5B 4 3 5B 34
Octal 364 37 25 0 127 133 4 3 133 64
Binary 11110100 11111 10101 0 1010111 1011011 100 11 1011011 110100

Color Harmonies of #F41F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41F15

Black with #F41F15

Text Example


Text Example

White with #F41F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41F15; }

 p { color: rgb(244,31,21); }

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

background-color css

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

 a { background-color: rgb(244,31,21); }

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

border-color css

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

 span { border-color: rgb(244,31,21); }

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