Html Css Color HEX #FF2941 Torch Red

📋 copy color: '#FF2941'

red 255 ◦ green 41 ◦ blue 65

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

Shades of Torch Red #FF2941

Tints of Torch Red #FF2941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.36%

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

R = 70.64%
G = 11.36%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2941 (or 0xFF2941) is known color: Torch Red. HEX triplet: FF, 29 and 41. RGB value is (255,41,65). Sum of RGB (Red+Green+Blue) = 255+41+65=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2941 is #00D6BE. Grayscale: #6B6B6B. Windows color (decimal): -54975 or 4270591. OLE color: 4270591.

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

Color convert

RGB 255 41 65 -
CMYK 0 0.84 0.75 0
HSL 353.27º 1% 0.58% -
HSV(B) 353.27º 0.84% 1% -
XYZ 42.99 23.23 7.22 -
YUV 107.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 255 41 65 0 0.84 0.75 0 353.27 1 0.58
Hex FF 29 41 0 54 4B 0 161 64 3A
Octal 377 51 101 0 124 113 0 541 144 72
Binary 11111111 101001 1000001 0 1010100 1001011 0 101100001 1100100 111010

Color Harmonies of #FF2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2941

Black with #FF2941

Text Example


Text Example

White with #FF2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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