Html Css Color HEX #FF1A48 Torch Red

📋 copy color: '#FF1A48'

red 255 ◦ green 26 ◦ blue 72

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

Shades of Torch Red #FF1A48

Tints of Torch Red #FF1A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 72.24%
G = 7.37%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF1A48 (or 0xFF1A48) is known color: Torch Red. HEX triplet: FF, 1A and 48. RGB value is (255,26,72). Sum of RGB (Red+Green+Blue) = 255+26+72=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A48 is #00E5B7. Grayscale: #636363. Windows color (decimal): -58808 or 4725503. OLE color: 4725503.

HSL color Cylindrical-coordinate representation of color #FF1A48: hue angle of 347.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A48 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 255 26 72 -
CMYK 0 0.90 0.72 0
HSL 347.95º 1% 0.55% -
HSV(B) 347.95º 0.9% 1% -
XYZ 42.78 22.47 8.21 -
YUV 99.72 112.37 238.76 -
System Red Green Blue C M Y K H S L
Decimal 255 26 72 0 0.90 0.72 0 347.95 1 0.55
Hex FF 1A 48 0 5A 48 0 15C 64 37
Octal 377 32 110 0 132 110 0 534 144 67
Binary 11111111 11010 1001000 0 1011010 1001000 0 101011100 1100100 110111

Color Harmonies of #FF1A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A48

Black with #FF1A48

Text Example


Text Example

White with #FF1A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A48; }

 p { color: rgb(255,26,72); }

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

background-color css

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

 a { background-color: rgb(255,26,72); }

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

border-color css

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

 span { border-color: rgb(255,26,72); }

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