Html Css Color HEX #FF1225 Torch Red

📋 copy color: '#FF1225'

red 255 ◦ green 18 ◦ blue 37

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

Shades of Torch Red #FF1225

Tints of Torch Red #FF1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

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

R = 82.26%
G = 5.81%
B = 11.94%

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

#FF1225 (or 0xFF1225) is known color: Torch Red. HEX triplet: FF, 12 and 25. RGB value is (255,18,37). Sum of RGB (Red+Green+Blue) = 255+18+37=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1225 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1225 is #00EDDA. Grayscale: #5B5B5B. Windows color (decimal): -60891 or 2429695. OLE color: 2429695.

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

Color convert

RGB 255 18 37 -
CMYK 0 0.93 0.85 0
HSL 355.19º 1% 0.54% -
HSV(B) 355.19º 0.93% 1% -
XYZ 41.79 21.83 3.76 -
YUV 91.03 97.52 244.96 -
System Red Green Blue C M Y K H S L
Decimal 255 18 37 0 0.93 0.85 0 355.19 1 0.54
Hex FF 12 25 0 5D 55 0 163 64 36
Octal 377 22 45 0 135 125 0 543 144 66
Binary 11111111 10010 100101 0 1011101 1010101 0 101100011 1100100 110110

Color Harmonies of #FF1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1225

Black with #FF1225

Text Example


Text Example

White with #FF1225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1225; }

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

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

background-color css

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

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

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

border-color css

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

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

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