Html Css Color HEX #F41100 Red

📋 copy color: '#F41100'

red 244 ◦ green 17 ◦ blue 0

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

Shades of Red #F41100

Tints of Red #F41100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.49%
G = 6.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F41100 (or 0xF41100) is known color: Red. HEX triplet: F4, 11 and 00. RGB value is (244,17,0). Sum of RGB (Red+Green+Blue) = 244+17+0=261 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.49% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 244 - color contains mainly: red. Hex color #F41100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41100 is #0BEEFF. Grayscale: #535353. Windows color (decimal): -782080 or 4596. OLE color: 4596.

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

Color convert

RGB 244 17 0 -
CMYK 0 0.93 1 0.04
HSL 4.18º 1% 0.48% -
HSV(B) 4.18º 1% 0.96% -
XYZ 37.51 19.63 1.81 -
YUV 82.94 81.21 242.88 -
System Red Green Blue C M Y K H S L
Decimal 244 17 0 0 0.93 1 0.04 4.18 1 0.48
Hex F4 11 0 0 5D 64 4 4 64 30
Octal 364 21 0 0 135 144 4 4 144 60
Binary 11110100 10001 0 0 1011101 1100100 100 100 1100100 110000

Color Harmonies of #F41100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41100

Black with #F41100

Text Example


Text Example

White with #F41100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41100; }

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

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

background-color css

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

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

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

border-color css

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

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

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