Html Css Color HEX #F40125 Torch Red

📋 copy color: '#F40125'

red 244 ◦ green 1 ◦ blue 37

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

Shades of Torch Red #F40125

Tints of Torch Red #F40125

RGB

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

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

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

R = 86.52%
G = 0.35%
B = 13.12%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F40125 (or 0xF40125) is known color: Torch Red. HEX triplet: F4, 01 and 25. RGB value is (244,1,37). Sum of RGB (Red+Green+Blue) = 244+1+37=282 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.52% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 244 - color contains mainly: red. Hex color #F40125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40125 is #0BFEDA. Grayscale: #4D4D4D. Windows color (decimal): -786139 or 2425332. OLE color: 2425332.

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

Color convert

RGB 244 1 37 -
CMYK 0 1.00 0.85 0.04
HSL 351.11º 0.99% 0.48% -
HSV(B) 351.11º 1% 0.96% -
XYZ 37.65 19.39 3.51 -
YUV 77.76 105.01 246.57 -
System Red Green Blue C M Y K H S L
Decimal 244 1 37 0 1.00 0.85 0.04 351.11 0.99 0.48
Hex F4 1 25 0 64 55 4 15F 63 30
Octal 364 1 45 0 144 125 4 537 143 60
Binary 11110100 1 100101 0 1100100 1010101 100 101011111 1100011 110000

Color Harmonies of #F40125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40125

Black with #F40125

Text Example


Text Example

White with #F40125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40125; }

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

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

background-color css

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

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

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

border-color css

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

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

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