Html Css Color HEX #FF2526 Torch Red

📋 copy color: '#FF2526'

red 255 ◦ green 37 ◦ blue 38

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

Shades of Torch Red #FF2526

Tints of Torch Red #FF2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 38 (15.23% from 255) = 11.52%

R = 77.27%
G = 11.21%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF2526 (or 0xFF2526) is known color: Torch Red. HEX triplet: FF, 25 and 26. RGB value is (255,37,38). Sum of RGB (Red+Green+Blue) = 255+37+38=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2526 is #00DAD9. Grayscale: #666666. Windows color (decimal): -56026 or 2500095. OLE color: 2500095.

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

Color convert

RGB 255 37 38 -
CMYK 0 0.85 0.85 0
HSL 359.72º 1% 0.57% -
HSV(B) 359.72º 0.85% 1% -
XYZ 42.25 22.72 3.99 -
YUV 102.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 255 37 38 0 0.85 0.85 0 359.72 1 0.57
Hex FF 25 26 0 55 55 0 168 64 39
Octal 377 45 46 0 125 125 0 550 144 71
Binary 11111111 100101 100110 0 1010101 1010101 0 101101000 1100100 111001

Color Harmonies of #FF2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2526

Black with #FF2526

Text Example


Text Example

White with #FF2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2526; }

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

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

background-color css

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

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

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

border-color css

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

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

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