Html Css Color HEX #FF1D32 Torch Red

📋 copy color: '#FF1D32'

red 255 ◦ green 29 ◦ blue 50

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

Shades of Torch Red #FF1D32

Tints of Torch Red #FF1D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 76.35%
G = 8.68%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF1D32 (or 0xFF1D32) is known color: Torch Red. HEX triplet: FF, 1D and 32. RGB value is (255,29,50). Sum of RGB (Red+Green+Blue) = 255+29+50=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1D32 is #00E2CD. Grayscale: #636363. Windows color (decimal): -58062 or 3284479. OLE color: 3284479.

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

Color convert

RGB 255 29 50 -
CMYK 0 0.89 0.80 0
HSL 354.42º 1% 0.56% -
HSV(B) 354.42º 0.89% 1% -
XYZ 42.26 22.37 5.11 -
YUV 98.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 255 29 50 0 0.89 0.80 0 354.42 1 0.56
Hex FF 1D 32 0 59 50 0 162 64 38
Octal 377 35 62 0 131 120 0 542 144 70
Binary 11111111 11101 110010 0 1011001 1010000 0 101100010 1100100 111000

Color Harmonies of #FF1D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1D32

Black with #FF1D32

Text Example


Text Example

White with #FF1D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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