Html Css Color HEX #FF2741 Torch Red

📋 copy color: '#FF2741'

red 255 ◦ green 39 ◦ blue 65

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

Shades of Torch Red #FF2741

Tints of Torch Red #FF2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.86%

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

R = 71.03%
G = 10.86%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF2741 (or 0xFF2741) is known color: Torch Red. HEX triplet: FF, 27 and 41. RGB value is (255,39,65). Sum of RGB (Red+Green+Blue) = 255+39+65=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2741 is #00D8BE. Grayscale: #6A6A6A. Windows color (decimal): -55487 or 4270079. OLE color: 4270079.

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

Color convert

RGB 255 39 65 -
CMYK 0 0.85 0.75 0
HSL 352.78º 1% 0.58% -
HSV(B) 352.78º 0.85% 1% -
XYZ 42.92 23.09 7.2 -
YUV 106.55 104.56 233.89 -
System Red Green Blue C M Y K H S L
Decimal 255 39 65 0 0.85 0.75 0 352.78 1 0.58
Hex FF 27 41 0 55 4B 0 161 64 3A
Octal 377 47 101 0 125 113 0 541 144 72
Binary 11111111 100111 1000001 0 1010101 1001011 0 101100001 1100100 111010

Color Harmonies of #FF2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2741

Black with #FF2741

Text Example


Text Example

White with #FF2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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