Html Css Color HEX #F40426 Torch Red

📋 copy color: '#F40426'

red 244 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #F40426

Tints of Torch Red #F40426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 85.31%
G = 1.4%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F40426 (or 0xF40426) is known color: Torch Red. HEX triplet: F4, 04 and 26. RGB value is (244,4,38). Sum of RGB (Red+Green+Blue) = 244+4+38=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F40426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40426 is #0BFBD9. Grayscale: #4F4F4F. Windows color (decimal): -785370 or 2491636. OLE color: 2491636.

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

Color convert

RGB 244 4 38 -
CMYK 0 0.98 0.84 0.04
HSL 351.5º 0.97% 0.49% -
HSV(B) 351.5º 0.98% 0.96% -
XYZ 37.7 19.46 3.6 -
YUV 79.64 104.51 245.24 -
System Red Green Blue C M Y K H S L
Decimal 244 4 38 0 0.98 0.84 0.04 351.5 0.97 0.49
Hex F4 4 26 0 62 54 4 160 61 31
Octal 364 4 46 0 142 124 4 540 141 61
Binary 11110100 100 100110 0 1100010 1010100 100 101100000 1100001 110001

Color Harmonies of #F40426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40426

Black with #F40426

Text Example


Text Example

White with #F40426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40426; }

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

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

background-color css

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

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

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

border-color css

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

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

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