#FF2634

Color #FF2634 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FF2634

Tints of Torch Red #FF2634

Color information

#FF2634 (or 0xFF2634) is unknown color: approx Torch Red. HEX triplet: FF, 26 and 34. RGB value is (255,38,52). Sum of RGB (Red+Green+Blue) = 255+38+52=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2634 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2634 is #00D9CB. Grayscale: #686868. Windows color (decimal): -55756 or 3417855. OLE color: 3417855.

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

Color convert

RGB2553852-
CMYK00.850.800
HSL356.13º100%57.45%-
HSV(B)356.13º85.1%100%-
XYZ42.5522.895.43-
YUV104.4898.39235.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 52 (20.70% from 255) = 15.07%
R=73.91%
G=11.01%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255385200.850.800356.1310057.45
HexFF26340555001646439
Octal37746640125120054414471
Binary1111111110011011010001010101101000001011001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2634; }

 p { color: rgb(255,38,52); }

 H1.HeaderClassName
 {
   color: #FF2634;
 }
 .AnyTagClassName
 {
   color: #FF2634;
 }
</style>
background-color css

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

 a { background-color: rgb(255,38,52); }

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

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

 span { border-color: rgb(255,38,52); }

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