Html Css Color HEX #F40129 Torch Red

📋 copy color: '#F40129'

red 244 ◦ green 1 ◦ blue 41

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

Shades of Torch Red #F40129

Tints of Torch Red #F40129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 85.31%
G = 0.35%
B = 14.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F40129 (or 0xF40129) is known color: Torch Red. HEX triplet: F4, 01 and 29. RGB value is (244,1,41). Sum of RGB (Red+Green+Blue) = 244+1+41=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F40129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40129 is #0BFED6. Grayscale: #4E4E4E. Windows color (decimal): -786135 or 2687476. OLE color: 2687476.

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

Color convert

RGB 244 1 41 -
CMYK 0 1.00 0.83 0.04
HSL 350.12º 0.99% 0.48% -
HSV(B) 350.12º 1% 0.96% -
XYZ 37.72 19.41 3.86 -
YUV 78.22 107.01 246.25 -
System Red Green Blue C M Y K H S L
Decimal 244 1 41 0 1.00 0.83 0.04 350.12 0.99 0.48
Hex F4 1 29 0 64 53 4 15E 63 30
Octal 364 1 51 0 144 123 4 536 143 60
Binary 11110100 1 101001 0 1100100 1010011 100 101011110 1100011 110000

Color Harmonies of #F40129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40129

Black with #F40129

Text Example


Text Example

White with #F40129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40129; }

 p { color: rgb(244,1,41); }

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

background-color css

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

 a { background-color: rgb(244,1,41); }

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

border-color css

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

 span { border-color: rgb(244,1,41); }

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