Html Css Color HEX #F40804 Red

📋 copy color: '#F40804'

red 244 ◦ green 8 ◦ blue 4

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

Shades of Red #F40804

Tints of Red #F40804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

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

R = 95.31%
G = 3.13%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F40804 (or 0xF40804) is known color: Red. HEX triplet: F4, 08 and 04. RGB value is (244,8,4). Sum of RGB (Red+Green+Blue) = 244+8+4=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40804 is #0BF7FB. Grayscale: #4E4E4E. Windows color (decimal): -784380 or 264436. OLE color: 264436.

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

Color convert

RGB 244 8 4 -
CMYK 0 0.97 0.98 0.04
HSL 0.97% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.42 19.42 1.89 -
YUV 78.11 86.19 246.33 -
System Red Green Blue C M Y K H S L
Decimal 244 8 4 0 0.97 0.98 0.04 1 0.97 0.49
Hex F4 8 4 0 61 62 4 1 61 31
Octal 364 10 4 0 141 142 4 1 141 61
Binary 11110100 1000 100 0 1100001 1100010 100 1 1100001 110001

Color Harmonies of #F40804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40804

Black with #F40804

Text Example


Text Example

White with #F40804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40804; }

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

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

background-color css

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

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

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

border-color css

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

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

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