Html Css Color HEX #F40905 Red

📋 copy color: '#F40905'

red 244 ◦ green 9 ◦ blue 5

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

Shades of Red #F40905

Tints of Red #F40905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 94.57%
G = 3.49%
B = 1.94%

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

#F40905 (or 0xF40905) is known color: Red. HEX triplet: F4, 09 and 05. RGB value is (244,9,5). Sum of RGB (Red+Green+Blue) = 244+9+5=258 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.57% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 244 - color contains mainly: red. Hex color #F40905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40905 is #0BF6FA. Grayscale: #4F4F4F. Windows color (decimal): -784123 or 330228. OLE color: 330228.

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

Color convert

RGB 244 9 5 -
CMYK 0 0.96 0.98 0.04
HSL 0.96% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.43 19.44 1.92 -
YUV 78.81 86.36 245.83 -
System Red Green Blue C M Y K H S L
Decimal 244 9 5 0 0.96 0.98 0.04 1 0.96 0.49
Hex F4 9 5 0 60 62 4 1 60 31
Octal 364 11 5 0 140 142 4 1 140 61
Binary 11110100 1001 101 0 1100000 1100010 100 1 1100000 110001

Color Harmonies of #F40905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40905

Black with #F40905

Text Example


Text Example

White with #F40905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40905; }

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

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

background-color css

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

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

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

border-color css

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

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

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