Html Css Color HEX #F40906 Red

📋 copy color: '#F40906'

red 244 ◦ green 9 ◦ blue 6

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

Shades of Red #F40906

Tints of Red #F40906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 94.21%
G = 3.47%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F40906 (or 0xF40906) is known color: Red. HEX triplet: F4, 09 and 06. RGB value is (244,9,6). Sum of RGB (Red+Green+Blue) = 244+9+6=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F40906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40906 is #0BF6F9. Grayscale: #4F4F4F. Windows color (decimal): -784122 or 395764. OLE color: 395764.

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

Color convert

RGB 244 9 6 -
CMYK 0 0.96 0.98 0.04
HSL 0.76º 0.95% 0.49% -
HSV(B) 0.76º 0.98% 0.96% -
XYZ 37.44 19.44 1.95 -
YUV 78.92 86.86 245.74 -
System Red Green Blue C M Y K H S L
Decimal 244 9 6 0 0.96 0.98 0.04 0.76 0.95 0.49
Hex F4 9 6 0 60 62 4 1 5F 31
Octal 364 11 6 0 140 142 4 1 137 61
Binary 11110100 1001 110 0 1100000 1100010 100 1 1011111 110001

Color Harmonies of #F40906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40906

Black with #F40906

Text Example


Text Example

White with #F40906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40906; }

 p { color: rgb(244,9,6); }

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

background-color css

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

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

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

border-color css

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

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

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