Html Css Color HEX #F40425 Torch Red

📋 copy color: '#F40425'

red 244 ◦ green 4 ◦ blue 37

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

Shades of Torch Red #F40425

Tints of Torch Red #F40425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 85.61%
G = 1.4%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F40425 (or 0xF40425) is known color: Torch Red. HEX triplet: F4, 04 and 25. RGB value is (244,4,37). Sum of RGB (Red+Green+Blue) = 244+4+37=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F40425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40425 is #0BFBDA. Grayscale: #4F4F4F. Windows color (decimal): -785371 or 2426100. OLE color: 2426100.

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

Color convert

RGB 244 4 37 -
CMYK 0 0.98 0.85 0.04
HSL 351.75º 0.97% 0.49% -
HSV(B) 351.75º 0.98% 0.96% -
XYZ 37.69 19.45 3.52 -
YUV 79.52 104.01 245.32 -
System Red Green Blue C M Y K H S L
Decimal 244 4 37 0 0.98 0.85 0.04 351.75 0.97 0.49
Hex F4 4 25 0 62 55 4 160 61 31
Octal 364 4 45 0 142 125 4 540 141 61
Binary 11110100 100 100101 0 1100010 1010101 100 101100000 1100001 110001

Color Harmonies of #F40425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40425

Black with #F40425

Text Example


Text Example

White with #F40425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40425; }

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

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

background-color css

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

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

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

border-color css

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

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

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