Html Css Color HEX #FF1325 Torch Red

📋 copy color: '#FF1325'

red 255 ◦ green 19 ◦ blue 37

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

Shades of Torch Red #FF1325

Tints of Torch Red #FF1325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 81.99%
G = 6.11%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF1325 (or 0xFF1325) is known color: Torch Red. HEX triplet: FF, 13 and 25. RGB value is (255,19,37). Sum of RGB (Red+Green+Blue) = 255+19+37=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1325 is #00ECDA. Grayscale: #5B5B5B. Windows color (decimal): -60635 or 2429951. OLE color: 2429951.

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

Color convert

RGB 255 19 37 -
CMYK 0 0.93 0.85 0
HSL 355.42º 1% 0.54% -
HSV(B) 355.42º 0.93% 1% -
XYZ 41.81 21.86 3.77 -
YUV 91.62 97.19 244.54 -
System Red Green Blue C M Y K H S L
Decimal 255 19 37 0 0.93 0.85 0 355.42 1 0.54
Hex FF 13 25 0 5D 55 0 163 64 36
Octal 377 23 45 0 135 125 0 543 144 66
Binary 11111111 10011 100101 0 1011101 1010101 0 101100011 1100100 110110

Color Harmonies of #FF1325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1325

Black with #FF1325

Text Example


Text Example

White with #FF1325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1325; }

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

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

background-color css

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

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

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

border-color css

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

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

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