Html Css Color HEX #F40C05 Red

📋 copy color: '#F40C05'

red 244 ◦ green 12 ◦ blue 5

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

Shades of Red #F40C05

Tints of Red #F40C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.6%

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

R = 93.49%
G = 4.6%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F40C05 (or 0xF40C05) is known color: Red. HEX triplet: F4, 0C and 05. RGB value is (244,12,5). Sum of RGB (Red+Green+Blue) = 244+12+5=261 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.49% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C05 is #0BF3FA. Grayscale: #505050. Windows color (decimal): -783355 or 330996. OLE color: 330996.

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

Color convert

RGB 244 12 5 -
CMYK 0 0.95 0.98 0.04
HSL 1.76º 0.96% 0.49% -
HSV(B) 1.76º 0.98% 0.96% -
XYZ 37.47 19.51 1.93 -
YUV 80.57 85.36 244.57 -
System Red Green Blue C M Y K H S L
Decimal 244 12 5 0 0.95 0.98 0.04 1.76 0.96 0.49
Hex F4 C 5 0 5F 62 4 2 60 31
Octal 364 14 5 0 137 142 4 2 140 61
Binary 11110100 1100 101 0 1011111 1100010 100 10 1100000 110001

Color Harmonies of #F40C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40C05

Black with #F40C05

Text Example


Text Example

White with #F40C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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