Html Css Color HEX #F40400 Red

📋 copy color: '#F40400'

red 244 ◦ green 4 ◦ blue 0

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

Shades of Red #F40400

Tints of Red #F40400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 98.39%
G = 1.61%
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

#F40400 (or 0xF40400) is known color: Red. HEX triplet: F4, 04 and 00. RGB value is (244,4,0). Sum of RGB (Red+Green+Blue) = 244+4+0=248 (32% of max value = 765). Red value is 244 (95.70% from 255 or 98.39% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 244 - color contains mainly: red. Hex color #F40400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40400 is #0BFBFF. Grayscale: #4B4B4B. Windows color (decimal): -785408 or 1268. OLE color: 1268.

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

Color convert

RGB 244 4 0 -
CMYK 0 0.98 1 0.04
HSL 0.98º 1% 0.48% -
HSV(B) 0.98º 1% 0.96% -
XYZ 37.35 19.32 1.76 -
YUV 75.3 85.51 248.33 -
System Red Green Blue C M Y K H S L
Decimal 244 4 0 0 0.98 1 0.04 0.98 1 0.48
Hex F4 4 0 0 62 64 4 1 64 30
Octal 364 4 0 0 142 144 4 1 144 60
Binary 11110100 100 0 0 1100010 1100100 100 1 1100100 110000

Color Harmonies of #F40400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40400

Black with #F40400

Text Example


Text Example

White with #F40400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40400; }

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

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

background-color css

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

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

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

border-color css

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

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

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