Html Css Color HEX #F41111 Red

📋 copy color: '#F41111'

red 244 ◦ green 17 ◦ blue 17

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

Shades of Red #F41111

Tints of Red #F41111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

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

R = 87.77%
G = 6.12%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F41111 (or 0xF41111) is known color: Red. HEX triplet: F4, 11 and 11. RGB value is (244,17,17). Sum of RGB (Red+Green+Blue) = 244+17+17=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F41111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41111 is #0BEEEE. Grayscale: #555555. Windows color (decimal): -782063 or 1118708. OLE color: 1118708.

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

Color convert

RGB 244 17 17 -
CMYK 0 0.93 0.93 0.04
HSL 0.91% 0.51% -
HSV(B) 0.93% 0.96% -
XYZ 37.61 19.67 2.35 -
YUV 84.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 244 17 17 0 0.93 0.93 0.04 0 0.91 0.51
Hex F4 11 11 0 5D 5D 4 0 5B 33
Octal 364 21 21 0 135 135 4 0 133 63
Binary 11110100 10001 10001 0 1011101 1011101 100 0 1011011 110011

Color Harmonies of #F41111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41111

Black with #F41111

Text Example


Text Example

White with #F41111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41111; }

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

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

background-color css

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

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

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

border-color css

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

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

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