Html Css Color HEX #FF132C Torch Red

📋 copy color: '#FF132C'

red 255 ◦ green 19 ◦ blue 44

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

Shades of Torch Red #FF132C

Tints of Torch Red #FF132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 80.19%
G = 5.97%
B = 13.84%

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

#FF132C (or 0xFF132C) is known color: Torch Red. HEX triplet: FF, 13 and 2C. RGB value is (255,19,44). Sum of RGB (Red+Green+Blue) = 255+19+44=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF132C is #00ECD3. Grayscale: #5C5C5C. Windows color (decimal): -60628 or 2888703. OLE color: 2888703.

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

Color convert

RGB 255 19 44 -
CMYK 0 0.93 0.83 0
HSL 353.64º 1% 0.54% -
HSV(B) 353.64º 0.93% 1% -
XYZ 41.93 21.91 4.4 -
YUV 92.41 100.69 243.97 -
System Red Green Blue C M Y K H S L
Decimal 255 19 44 0 0.93 0.83 0 353.64 1 0.54
Hex FF 13 2C 0 5D 53 0 162 64 36
Octal 377 23 54 0 135 123 0 542 144 66
Binary 11111111 10011 101100 0 1011101 1010011 0 101100010 1100100 110110

Color Harmonies of #FF132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF132C

Black with #FF132C

Text Example


Text Example

White with #FF132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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