Html Css Color HEX #FF2249 Torch Red

📋 copy color: '#FF2249'

red 255 ◦ green 34 ◦ blue 73

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

Shades of Torch Red #FF2249

Tints of Torch Red #FF2249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.39%

 BLUE value IS 73 (28.91% from 255) = 20.17%

R = 70.44%
G = 9.39%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF2249 (or 0xFF2249) is known color: Torch Red. HEX triplet: FF, 22 and 49. RGB value is (255,34,73). Sum of RGB (Red+Green+Blue) = 255+34+73=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2249 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2249 is #00DDB6. Grayscale: #686868. Windows color (decimal): -56759 or 4793087. OLE color: 4793087.

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

Color convert

RGB 255 34 73 -
CMYK 0 0.87 0.71 0
HSL 349.41º 1% 0.57% -
HSV(B) 349.41º 0.87% 1% -
XYZ 43.01 22.89 8.45 -
YUV 104.53 110.22 235.33 -
System Red Green Blue C M Y K H S L
Decimal 255 34 73 0 0.87 0.71 0 349.41 1 0.57
Hex FF 22 49 0 57 47 0 15D 64 39
Octal 377 42 111 0 127 107 0 535 144 71
Binary 11111111 100010 1001001 0 1010111 1000111 0 101011101 1100100 111001

Color Harmonies of #FF2249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2249

Black with #FF2249

Text Example


Text Example

White with #FF2249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2249; }

 p { color: rgb(255,34,73); }

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

background-color css

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

 a { background-color: rgb(255,34,73); }

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

border-color css

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

 span { border-color: rgb(255,34,73); }

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