Html Css Color HEX #FF2241 Torch Red

📋 copy color: '#FF2241'

red 255 ◦ green 34 ◦ blue 65

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

Shades of Torch Red #FF2241

Tints of Torch Red #FF2241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 72.03%
G = 9.6%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2241 (or 0xFF2241) is known color: Torch Red. HEX triplet: FF, 22 and 41. RGB value is (255,34,65). Sum of RGB (Red+Green+Blue) = 255+34+65=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2241 is #00DDBE. Grayscale: #676767. Windows color (decimal): -56767 or 4268799. OLE color: 4268799.

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

Color convert

RGB 255 34 65 -
CMYK 0 0.87 0.75 0
HSL 351.58º 1% 0.57% -
HSV(B) 351.58º 0.87% 1% -
XYZ 42.77 22.79 7.15 -
YUV 103.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 255 34 65 0 0.87 0.75 0 351.58 1 0.57
Hex FF 22 41 0 57 4B 0 160 64 39
Octal 377 42 101 0 127 113 0 540 144 71
Binary 11111111 100010 1000001 0 1010111 1001011 0 101100000 1100100 111001

Color Harmonies of #FF2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2241

Black with #FF2241

Text Example


Text Example

White with #FF2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2241; }

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

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

background-color css

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

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

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

border-color css

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

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

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