Html Css Color HEX #FF293F Torch Red

📋 copy color: '#FF293F'

red 255 ◦ green 41 ◦ blue 63

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

Shades of Torch Red #FF293F

Tints of Torch Red #FF293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.55%

R = 71.03%
G = 11.42%
B = 17.55%

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

#FF293F (or 0xFF293F) is known color: Torch Red. HEX triplet: FF, 29 and 3F. RGB value is (255,41,63). Sum of RGB (Red+Green+Blue) = 255+41+63=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF293F is #00D6C0. Grayscale: #6B6B6B. Windows color (decimal): -54977 or 4139519. OLE color: 4139519.

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

Color convert

RGB 255 41 63 -
CMYK 0 0.84 0.75 0
HSL 353.83º 1% 0.58% -
HSV(B) 353.83º 0.84% 1% -
XYZ 42.93 23.2 6.92 -
YUV 107.49 102.9 233.21 -
System Red Green Blue C M Y K H S L
Decimal 255 41 63 0 0.84 0.75 0 353.83 1 0.58
Hex FF 29 3F 0 54 4B 0 162 64 3A
Octal 377 51 77 0 124 113 0 542 144 72
Binary 11111111 101001 111111 0 1010100 1001011 0 101100010 1100100 111010

Color Harmonies of #FF293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF293F

Black with #FF293F

Text Example


Text Example

White with #FF293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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