Html Css Color HEX #F41204 Red

📋 copy color: '#F41204'

red 244 ◦ green 18 ◦ blue 4

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

Shades of Red #F41204

Tints of Red #F41204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 91.73%
G = 6.77%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F41204 (or 0xF41204) is known color: Red. HEX triplet: F4, 12 and 04. RGB value is (244,18,4). Sum of RGB (Red+Green+Blue) = 244+18+4=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F41204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41204 is #0BEDFB. Grayscale: #545454. Windows color (decimal): -781820 or 266996. OLE color: 266996.

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

Color convert

RGB 244 18 4 -
CMYK 0 0.93 0.98 0.04
HSL 3.5º 0.97% 0.49% -
HSV(B) 3.5º 0.98% 0.96% -
XYZ 37.55 19.67 1.93 -
YUV 83.98 82.87 242.14 -
System Red Green Blue C M Y K H S L
Decimal 244 18 4 0 0.93 0.98 0.04 3.5 0.97 0.49
Hex F4 12 4 0 5D 62 4 4 61 31
Octal 364 22 4 0 135 142 4 4 141 61
Binary 11110100 10010 100 0 1011101 1100010 100 100 1100001 110001

Color Harmonies of #F41204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41204

Black with #F41204

Text Example


Text Example

White with #F41204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41204; }

 p { color: rgb(244,18,4); }

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

background-color css

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

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

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

border-color css

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

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

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