Html Css Color HEX #F40C04 Red

📋 copy color: '#F40C04'

red 244 ◦ green 12 ◦ blue 4

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

Shades of Red #F40C04

Tints of Red #F40C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 93.85%
G = 4.62%
B = 1.54%

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

#F40C04 (or 0xF40C04) is known color: Red. HEX triplet: F4, 0C and 04. RGB value is (244,12,4). Sum of RGB (Red+Green+Blue) = 244+12+4=260 (34% of max value = 765). Red value is 244 (95.70% from 255 or 93.85% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C04 is #0BF3FB. Grayscale: #505050. Windows color (decimal): -783356 or 265460. OLE color: 265460.

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

Color convert

RGB 244 12 4 -
CMYK 0 0.95 0.98 0.04
HSL 0.97% 0.49% -
HSV(B) 0.98% 0.96% -
XYZ 37.46 19.5 1.91 -
YUV 80.46 84.86 244.65 -
System Red Green Blue C M Y K H S L
Decimal 244 12 4 0 0.95 0.98 0.04 2 0.97 0.49
Hex F4 C 4 0 5F 62 4 2 61 31
Octal 364 14 4 0 137 142 4 2 141 61
Binary 11110100 1100 100 0 1011111 1100010 100 10 1100001 110001

Color Harmonies of #F40C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40C04

Black with #F40C04

Text Example


Text Example

White with #F40C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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