Html Css Color HEX #FF1A3F Torch Red

📋 copy color: '#FF1A3F'

red 255 ◦ green 26 ◦ blue 63

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

Shades of Torch Red #FF1A3F

Tints of Torch Red #FF1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.31%

R = 74.13%
G = 7.56%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF1A3F (or 0xFF1A3F) is known color: Torch Red. HEX triplet: FF, 1A and 3F. RGB value is (255,26,63). Sum of RGB (Red+Green+Blue) = 255+26+63=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1A3F is #00E5C0. Grayscale: #626262. Windows color (decimal): -58817 or 4135679. OLE color: 4135679.

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

Color convert

RGB 255 26 63 -
CMYK 0 0.90 0.75 0
HSL 350.31º 1% 0.55% -
HSV(B) 350.31º 0.9% 1% -
XYZ 42.51 22.36 6.78 -
YUV 98.69 107.87 239.49 -
System Red Green Blue C M Y K H S L
Decimal 255 26 63 0 0.90 0.75 0 350.31 1 0.55
Hex FF 1A 3F 0 5A 4B 0 15E 64 37
Octal 377 32 77 0 132 113 0 536 144 67
Binary 11111111 11010 111111 0 1011010 1001011 0 101011110 1100100 110111

Color Harmonies of #FF1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A3F

Black with #FF1A3F

Text Example


Text Example

White with #FF1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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