Html Css Color HEX #FF2031 Torch Red

📋 copy color: '#FF2031'

red 255 ◦ green 32 ◦ blue 49

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

Shades of Torch Red #FF2031

Tints of Torch Red #FF2031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 75.89%
G = 9.52%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF2031 (or 0xFF2031) is known color: Torch Red. HEX triplet: FF, 20 and 31. RGB value is (255,32,49). Sum of RGB (Red+Green+Blue) = 255+32+49=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2031 is #00DFCE. Grayscale: #646464. Windows color (decimal): -57295 or 3219711. OLE color: 3219711.

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

Color convert

RGB 255 32 49 -
CMYK 0 0.87 0.81 0
HSL 355.43º 1% 0.56% -
HSV(B) 355.43º 0.87% 1% -
XYZ 42.31 22.51 5.02 -
YUV 100.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 255 32 49 0 0.87 0.81 0 355.43 1 0.56
Hex FF 20 31 0 57 51 0 163 64 38
Octal 377 40 61 0 127 121 0 543 144 70
Binary 11111111 100000 110001 0 1010111 1010001 0 101100011 1100100 111000

Color Harmonies of #FF2031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2031

Black with #FF2031

Text Example


Text Example

White with #FF2031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2031; }

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

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

background-color css

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

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

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

border-color css

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

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

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