Html Css Color HEX #F40500 Red

📋 copy color: '#F40500'

red 244 ◦ green 5 ◦ blue 0

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

Shades of Red #F40500

Tints of Red #F40500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.99%
G = 2.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F40500 (or 0xF40500) is known color: Red. HEX triplet: F4, 05 and 00. RGB value is (244,5,0). Sum of RGB (Red+Green+Blue) = 244+5+0=249 (32% of max value = 765). Red value is 244 (95.70% from 255 or 97.99% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 244 - color contains mainly: red. Hex color #F40500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40500 is #0BFAFF. Grayscale: #4C4C4C. Windows color (decimal): -785152 or 1524. OLE color: 1524.

HSL color Cylindrical-coordinate representation of color #F40500: hue angle of 1.23º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 5 0 -
CMYK 0 0.98 1 0.04
HSL 1.23º 1% 0.48% -
HSV(B) 1.23º 1% 0.96% -
XYZ 37.36 19.34 1.76 -
YUV 75.89 85.18 247.91 -
System Red Green Blue C M Y K H S L
Decimal 244 5 0 0 0.98 1 0.04 1.23 1 0.48
Hex F4 5 0 0 62 64 4 1 64 30
Octal 364 5 0 0 142 144 4 1 144 60
Binary 11110100 101 0 0 1100010 1100100 100 1 1100100 110000

Color Harmonies of #F40500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40500

Black with #F40500

Text Example


Text Example

White with #F40500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40500; }

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

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

background-color css

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

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

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

border-color css

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

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

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