Html Css Color HEX #FF2137 Torch Red

📋 copy color: '#FF2137'

red 255 ◦ green 33 ◦ blue 55

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

Shades of Torch Red #FF2137

Tints of Torch Red #FF2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.62%

 BLUE value IS 55 (21.88% from 255) = 16.03%

R = 74.34%
G = 9.62%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#FF2137 (or 0xFF2137) is known color: Torch Red. HEX triplet: FF, 21 and 37. RGB value is (255,33,55). Sum of RGB (Red+Green+Blue) = 255+33+55=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2137 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2137 is #00DEC8. Grayscale: #666666. Windows color (decimal): -57033 or 3613183. OLE color: 3613183.

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

Color convert

RGB 255 33 55 -
CMYK 0 0.87 0.78 0
HSL 354.05º 1% 0.56% -
HSV(B) 354.05º 0.87% 1% -
XYZ 42.47 22.62 5.74 -
YUV 101.89 101.55 237.21 -
System Red Green Blue C M Y K H S L
Decimal 255 33 55 0 0.87 0.78 0 354.05 1 0.56
Hex FF 21 37 0 57 4E 0 162 64 38
Octal 377 41 67 0 127 116 0 542 144 70
Binary 11111111 100001 110111 0 1010111 1001110 0 101100010 1100100 111000

Color Harmonies of #FF2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2137

Black with #FF2137

Text Example


Text Example

White with #FF2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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