Html Css Color HEX #FF132B Torch Red

📋 copy color: '#FF132B'

red 255 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #FF132B

Tints of Torch Red #FF132B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.56%

R = 80.44%
G = 5.99%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF132B (or 0xFF132B) is known color: Torch Red. HEX triplet: FF, 13 and 2B. RGB value is (255,19,43). Sum of RGB (Red+Green+Blue) = 255+19+43=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF132B is #00ECD4. Grayscale: #5C5C5C. Windows color (decimal): -60629 or 2823167. OLE color: 2823167.

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

Color convert

RGB 255 19 43 -
CMYK 0 0.93 0.83 0
HSL 353.9º 1% 0.54% -
HSV(B) 353.9º 0.93% 1% -
XYZ 41.91 21.9 4.3 -
YUV 92.3 100.19 244.05 -
System Red Green Blue C M Y K H S L
Decimal 255 19 43 0 0.93 0.83 0 353.9 1 0.54
Hex FF 13 2B 0 5D 53 0 162 64 36
Octal 377 23 53 0 135 123 0 542 144 66
Binary 11111111 10011 101011 0 1011101 1010011 0 101100010 1100100 110110

Color Harmonies of #FF132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF132B

Black with #FF132B

Text Example


Text Example

White with #FF132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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