Html Css Color HEX #F40D3F Torch Red

📋 copy color: '#F40D3F'

red 244 ◦ green 13 ◦ blue 63

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

Shades of Torch Red #F40D3F

Tints of Torch Red #F40D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.06%

 BLUE value IS 63 (25% from 255) = 19.69%

R = 76.25%
G = 4.06%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F40D3F (or 0xF40D3F) is known color: Torch Red. HEX triplet: F4, 0D and 3F. RGB value is (244,13,63). Sum of RGB (Red+Green+Blue) = 244+13+63=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40D3F is #0BF2C0. Grayscale: #575757. Windows color (decimal): -783041 or 4132340. OLE color: 4132340.

HSL color Cylindrical-coordinate representation of color #F40D3F: hue angle of 347.01º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40D3F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 13 63 -
CMYK 0 0.95 0.74 0.04
HSL 347.01º 0.91% 0.5% -
HSV(B) 347.01º 0.95% 0.96% -
XYZ 38.35 19.88 6.52 -
YUV 87.77 114.03 239.43 -
System Red Green Blue C M Y K H S L
Decimal 244 13 63 0 0.95 0.74 0.04 347.01 0.91 0.5
Hex F4 D 3F 0 5F 4A 4 15B 5B 32
Octal 364 15 77 0 137 112 4 533 133 62
Binary 11110100 1101 111111 0 1011111 1001010 100 101011011 1011011 110010

Color Harmonies of #F40D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40D3F

Black with #F40D3F

Text Example


Text Example

White with #F40D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40D3F; }

 p { color: rgb(244,13,63); }

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

background-color css

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

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

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

border-color css

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

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

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