Html Css Color HEX #FF1320 Torch Red

📋 copy color: '#FF1320'

red 255 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #FF1320

Tints of Torch Red #FF1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.46%

R = 83.33%
G = 6.21%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1320 (or 0xFF1320) is known color: Torch Red. HEX triplet: FF, 13 and 20. RGB value is (255,19,32). Sum of RGB (Red+Green+Blue) = 255+19+32=306 (40% of max value = 765). Red value is 255 (100% from 255 or 83.33% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1320 is #00ECDF. Grayscale: #5B5B5B. Windows color (decimal): -60640 or 2102271. OLE color: 2102271.

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

Color convert

RGB 255 19 32 -
CMYK 0 0.93 0.87 0
HSL 356.69º 1% 0.54% -
HSV(B) 356.69º 0.93% 1% -
XYZ 41.73 21.83 3.38 -
YUV 91.05 94.69 244.94 -
System Red Green Blue C M Y K H S L
Decimal 255 19 32 0 0.93 0.87 0 356.69 1 0.54
Hex FF 13 20 0 5D 57 0 165 64 36
Octal 377 23 40 0 135 127 0 545 144 66
Binary 11111111 10011 100000 0 1011101 1010111 0 101100101 1100100 110110

Color Harmonies of #FF1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1320

Black with #FF1320

Text Example


Text Example

White with #FF1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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