Html Css Color HEX #FF1D3A Torch Red

📋 copy color: '#FF1D3A'

red 255 ◦ green 29 ◦ blue 58

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

Shades of Torch Red #FF1D3A

Tints of Torch Red #FF1D3A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 74.56%
G = 8.48%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FF1D3A (or 0xFF1D3A) is known color: Torch Red. HEX triplet: FF, 1D and 3A. RGB value is (255,29,58). Sum of RGB (Red+Green+Blue) = 255+29+58=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D3A is #00E2C5. Grayscale: #636363. Windows color (decimal): -58054 or 3808767. OLE color: 3808767.

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

Color convert

RGB 255 29 58 -
CMYK 0 0.89 0.77 0
HSL 352.3º 1% 0.56% -
HSV(B) 352.3º 0.89% 1% -
XYZ 42.44 22.44 6.1 -
YUV 99.88 104.37 238.64 -
System Red Green Blue C M Y K H S L
Decimal 255 29 58 0 0.89 0.77 0 352.3 1 0.56
Hex FF 1D 3A 0 59 4D 0 160 64 38
Octal 377 35 72 0 131 115 0 540 144 70
Binary 11111111 11101 111010 0 1011001 1001101 0 101100000 1100100 111000

Color Harmonies of #FF1D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D3A

Black with #FF1D3A

Text Example


Text Example

White with #FF1D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D3A; }

 p { color: rgb(255,29,58); }

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

background-color css

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

 a { background-color: rgb(255,29,58); }

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

border-color css

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

 span { border-color: rgb(255,29,58); }

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