Html Css Color HEX #F41D16 Scarlet

📋 copy color: '#F41D16'

red 244 ◦ green 29 ◦ blue 22

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

Shades of Scarlet #F41D16

Tints of Scarlet #F41D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 82.71%
G = 9.83%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F41D16 (or 0xF41D16) is known color: Scarlet. HEX triplet: F4, 1D and 16. RGB value is (244,29,22). Sum of RGB (Red+Green+Blue) = 244+29+22=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41D16 is #0BE2E9. Grayscale: #5C5C5C. Windows color (decimal): -778986 or 1449460. OLE color: 1449460.

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

Color convert

RGB 244 29 22 -
CMYK 0 0.88 0.91 0.04
HSL 1.89º 0.91% 0.52% -
HSV(B) 1.89º 0.91% 0.96% -
XYZ 37.89 20.17 2.66 -
YUV 92.49 88.23 236.07 -
System Red Green Blue C M Y K H S L
Decimal 244 29 22 0 0.88 0.91 0.04 1.89 0.91 0.52
Hex F4 1D 16 0 58 5B 4 2 5B 34
Octal 364 35 26 0 130 133 4 2 133 64
Binary 11110100 11101 10110 0 1011000 1011011 100 10 1011011 110100

Color Harmonies of #F41D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41D16

Black with #F41D16

Text Example


Text Example

White with #F41D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41D16; }

 p { color: rgb(244,29,22); }

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

background-color css

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

 a { background-color: rgb(244,29,22); }

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

border-color css

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

 span { border-color: rgb(244,29,22); }

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