Html Css Color HEX #F41A16 Scarlet

📋 copy color: '#F41A16'

red 244 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #F41A16

Tints of Scarlet #F41A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.9%

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

R = 83.56%
G = 8.9%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F41A16 (or 0xF41A16) is known color: Scarlet. HEX triplet: F4, 1A and 16. RGB value is (244,26,22). Sum of RGB (Red+Green+Blue) = 244+26+22=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41A16 is #0BE5E9. Grayscale: #5A5A5A. Windows color (decimal): -779754 or 1448692. OLE color: 1448692.

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

Color convert

RGB 244 26 22 -
CMYK 0 0.89 0.91 0.04
HSL 1.08º 0.91% 0.52% -
HSV(B) 1.08º 0.91% 0.96% -
XYZ 37.82 20.03 2.63 -
YUV 90.73 89.22 237.33 -
System Red Green Blue C M Y K H S L
Decimal 244 26 22 0 0.89 0.91 0.04 1.08 0.91 0.52
Hex F4 1A 16 0 59 5B 4 1 5B 34
Octal 364 32 26 0 131 133 4 1 133 64
Binary 11110100 11010 10110 0 1011001 1011011 100 1 1011011 110100

Color Harmonies of #F41A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41A16

Black with #F41A16

Text Example


Text Example

White with #F41A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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