Html Css Color HEX #FF132A Torch Red

📋 copy color: '#FF132A'

red 255 ◦ green 19 ◦ blue 42

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

Shades of Torch Red #FF132A

Tints of Torch Red #FF132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 80.7%
G = 6.01%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF132A (or 0xFF132A) is known color: Torch Red. HEX triplet: FF, 13 and 2A. RGB value is (255,19,42). Sum of RGB (Red+Green+Blue) = 255+19+42=316 (41% of max value = 765). Red value is 255 (100% from 255 or 80.70% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 255 - color contains mainly: red. Hex color #FF132A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF132A is #00ECD5. Grayscale: #5C5C5C. Windows color (decimal): -60630 or 2757631. OLE color: 2757631.

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

Color convert

RGB 255 19 42 -
CMYK 0 0.93 0.84 0
HSL 354.15º 1% 0.54% -
HSV(B) 354.15º 0.93% 1% -
XYZ 41.89 21.89 4.21 -
YUV 92.19 99.69 244.13 -
System Red Green Blue C M Y K H S L
Decimal 255 19 42 0 0.93 0.84 0 354.15 1 0.54
Hex FF 13 2A 0 5D 54 0 162 64 36
Octal 377 23 52 0 135 124 0 542 144 66
Binary 11111111 10011 101010 0 1011101 1010100 0 101100010 1100100 110110

Color Harmonies of #FF132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF132A

Black with #FF132A

Text Example


Text Example

White with #FF132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF132A; }

 p { color: rgb(255,19,42); }

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

background-color css

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

 a { background-color: rgb(255,19,42); }

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

border-color css

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

 span { border-color: rgb(255,19,42); }

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