Html Css Color HEX #F40605 Red

📋 copy color: '#F40605'

red 244 ◦ green 6 ◦ blue 5

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

Shades of Red #F40605

Tints of Red #F40605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 95.69%
G = 2.35%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F40605 (or 0xF40605) is known color: Red. HEX triplet: F4, 06 and 05. RGB value is (244,6,5). Sum of RGB (Red+Green+Blue) = 244+6+5=255 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.69% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 244 - color contains mainly: red. Hex color #F40605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40605 is #0BF9FA. Grayscale: #4D4D4D. Windows color (decimal): -784891 or 329460. OLE color: 329460.

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

Color convert

RGB 244 6 5 -
CMYK 0 0.98 0.98 0.04
HSL 0.25º 0.96% 0.49% -
HSV(B) 0.25º 0.98% 0.96% -
XYZ 37.4 19.37 1.91 -
YUV 77.05 87.35 247.08 -
System Red Green Blue C M Y K H S L
Decimal 244 6 5 0 0.98 0.98 0.04 0.25 0.96 0.49
Hex F4 6 5 0 62 62 4 0 60 31
Octal 364 6 5 0 142 142 4 0 140 61
Binary 11110100 110 101 0 1100010 1100010 100 0 1100000 110001

Color Harmonies of #F40605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40605

Black with #F40605

Text Example


Text Example

White with #F40605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40605; }

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

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

background-color css

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

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

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

border-color css

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

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

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