Html Css Color HEX #FF1721 Torch Red

📋 copy color: '#FF1721'

red 255 ◦ green 23 ◦ blue 33

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

Shades of Torch Red #FF1721

Tints of Torch Red #FF1721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 81.99%
G = 7.4%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF1721 (or 0xFF1721) is known color: Torch Red. HEX triplet: FF, 17 and 21. RGB value is (255,23,33). Sum of RGB (Red+Green+Blue) = 255+23+33=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1721 is #00E8DE. Grayscale: #5D5D5D. Windows color (decimal): -59615 or 2168831. OLE color: 2168831.

HSL color Cylindrical-coordinate representation of color #FF1721: hue angle of 357.41º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1721 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 23 33 -
CMYK 0 0.91 0.87 0
HSL 357.41º 1% 0.55% -
HSV(B) 357.41º 0.91% 1% -
XYZ 41.82 21.98 3.48 -
YUV 93.51 93.86 243.19 -
System Red Green Blue C M Y K H S L
Decimal 255 23 33 0 0.91 0.87 0 357.41 1 0.55
Hex FF 17 21 0 5B 57 0 165 64 37
Octal 377 27 41 0 133 127 0 545 144 67
Binary 11111111 10111 100001 0 1011011 1010111 0 101100101 1100100 110111

Color Harmonies of #FF1721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1721

Black with #FF1721

Text Example


Text Example

White with #FF1721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1721; }

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

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

background-color css

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

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

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

border-color css

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

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

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