Html Css Color HEX #FF0125 Torch Red

📋 copy color: '#FF0125'

red 255 ◦ green 1 ◦ blue 37

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

Shades of Torch Red #FF0125

Tints of Torch Red #FF0125

RGB

 RED value IS 255 (100% from 255) = 87.03%

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

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

R = 87.03%
G = 0.34%
B = 12.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF0125 (or 0xFF0125) is known color: Torch Red. HEX triplet: FF, 01 and 25. RGB value is (255,1,37). Sum of RGB (Red+Green+Blue) = 255+1+37=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0125 is #00FEDA. Grayscale: #515151. Windows color (decimal): -65243 or 2425343. OLE color: 2425343.

HSL color Cylindrical-coordinate representation of color #FF0125: hue angle of 351.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0125 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 1 37 -
CMYK 0 1.00 0.85 0
HSL 351.5º 1% 0.5% -
HSV(B) 351.5º 1% 1% -
XYZ 41.58 21.42 3.69 -
YUV 81.05 103.15 252.07 -
System Red Green Blue C M Y K H S L
Decimal 255 1 37 0 1.00 0.85 0 351.5 1 0.5
Hex FF 1 25 0 64 55 0 15F 64 32
Octal 377 1 45 0 144 125 0 537 144 62
Binary 11111111 1 100101 0 1100100 1010101 0 101011111 1100100 110010

Color Harmonies of #FF0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0125

Black with #FF0125

Text Example


Text Example

White with #FF0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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