Html Css Color HEX #FF293E Torch Red

📋 copy color: '#FF293E'

red 255 ◦ green 41 ◦ blue 62

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

Shades of Torch Red #FF293E

Tints of Torch Red #FF293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 71.23%
G = 11.45%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF293E (or 0xFF293E) is known color: Torch Red. HEX triplet: FF, 29 and 3E. RGB value is (255,41,62). Sum of RGB (Red+Green+Blue) = 255+41+62=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF293E is #00D6C1. Grayscale: #6B6B6B. Windows color (decimal): -54978 or 4073983. OLE color: 4073983.

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

Color convert

RGB 255 41 62 -
CMYK 0 0.84 0.76 0
HSL 354.11º 1% 0.58% -
HSV(B) 354.11º 0.84% 1% -
XYZ 42.9 23.19 6.77 -
YUV 107.38 102.4 233.29 -
System Red Green Blue C M Y K H S L
Decimal 255 41 62 0 0.84 0.76 0 354.11 1 0.58
Hex FF 29 3E 0 54 4C 0 162 64 3A
Octal 377 51 76 0 124 114 0 542 144 72
Binary 11111111 101001 111110 0 1010100 1001100 0 101100010 1100100 111010

Color Harmonies of #FF293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF293E

Black with #FF293E

Text Example


Text Example

White with #FF293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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