Html Css Color HEX #F41411 Scarlet

📋 copy color: '#F41411'

red 244 ◦ green 20 ◦ blue 17

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

Shades of Scarlet #F41411

Tints of Scarlet #F41411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 86.83%
G = 7.12%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F41411 (or 0xF41411) is known color: Scarlet. HEX triplet: F4, 14 and 11. RGB value is (244,20,17). Sum of RGB (Red+Green+Blue) = 244+20+17=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F41411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41411 is #0BEBEE. Grayscale: #565656. Windows color (decimal): -781295 or 1119476. OLE color: 1119476.

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

Color convert

RGB 244 20 17 -
CMYK 0 0.92 0.93 0.04
HSL 0.79º 0.91% 0.51% -
HSV(B) 0.79º 0.93% 0.96% -
XYZ 37.66 19.77 2.36 -
YUV 86.63 88.71 240.24 -
System Red Green Blue C M Y K H S L
Decimal 244 20 17 0 0.92 0.93 0.04 0.79 0.91 0.51
Hex F4 14 11 0 5C 5D 4 1 5B 33
Octal 364 24 21 0 134 135 4 1 133 63
Binary 11110100 10100 10001 0 1011100 1011101 100 1 1011011 110011

Color Harmonies of #F41411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41411

Black with #F41411

Text Example


Text Example

White with #F41411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41411; }

 p { color: rgb(244,20,17); }

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

background-color css

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

 a { background-color: rgb(244,20,17); }

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

border-color css

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

 span { border-color: rgb(244,20,17); }

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