Html Css Color HEX #FF1321 Torch Red

📋 copy color: '#FF1321'

red 255 ◦ green 19 ◦ blue 33

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

Shades of Torch Red #FF1321

Tints of Torch Red #FF1321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 83.06%
G = 6.19%
B = 10.75%

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

#FF1321 (or 0xFF1321) is known color: Torch Red. HEX triplet: FF, 13 and 21. RGB value is (255,19,33). Sum of RGB (Red+Green+Blue) = 255+19+33=307 (40% of max value = 765). Red value is 255 (100% from 255 or 83.06% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1321 is #00ECDE. Grayscale: #5B5B5B. Windows color (decimal): -60639 or 2167807. OLE color: 2167807.

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

Color convert

RGB 255 19 33 -
CMYK 0 0.93 0.87 0
HSL 356.44º 1% 0.54% -
HSV(B) 356.44º 0.93% 1% -
XYZ 41.75 21.84 3.45 -
YUV 91.16 95.19 244.86 -
System Red Green Blue C M Y K H S L
Decimal 255 19 33 0 0.93 0.87 0 356.44 1 0.54
Hex FF 13 21 0 5D 57 0 164 64 36
Octal 377 23 41 0 135 127 0 544 144 66
Binary 11111111 10011 100001 0 1011101 1010111 0 101100100 1100100 110110

Color Harmonies of #FF1321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1321

Black with #FF1321

Text Example


Text Example

White with #FF1321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1321; }

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

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

background-color css

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

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

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

border-color css

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

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

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