Html Css Color HEX #F40606 Red

📋 copy color: '#F40606'

red 244 ◦ green 6 ◦ blue 6

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

Shades of Red #F40606

Tints of Red #F40606

RGB

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

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

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

R = 95.31%
G = 2.34%
B = 2.34%

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

#F40606 (or 0xF40606) is known color: Red. HEX triplet: F4, 06 and 06. RGB value is (244,6,6). Sum of RGB (Red+Green+Blue) = 244+6+6=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40606 is #0BF9F9. Grayscale: #4D4D4D. Windows color (decimal): -784890 or 394996. OLE color: 394996.

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

Color convert

RGB 244 6 6 -
CMYK 0 0.98 0.98 0.04
HSL 0.95% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.41 19.38 1.94 -
YUV 77.16 87.85 247 -
System Red Green Blue C M Y K H S L
Decimal 244 6 6 0 0.98 0.98 0.04 0 0.95 0.49
Hex F4 6 6 0 62 62 4 0 5F 31
Octal 364 6 6 0 142 142 4 0 137 61
Binary 11110100 110 110 0 1100010 1100010 100 0 1011111 110001

Color Harmonies of #F40606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40606

Black with #F40606

Text Example


Text Example

White with #F40606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40606; }

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

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

background-color css

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

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

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

border-color css

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

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

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