Html Css Color HEX #FD2528 Torch Red

📋 copy color: '#FD2528'

red 253 ◦ green 37 ◦ blue 40

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

Shades of Torch Red #FD2528

Tints of Torch Red #FD2528

RGB

 RED value IS 253 (99.22% from 255) = 76.67%

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

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 76.67%
G = 11.21%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD2528 (or 0xFD2528) is known color: Torch Red. HEX triplet: FD, 25 and 28. RGB value is (253,37,40). Sum of RGB (Red+Green+Blue) = 253+37+40=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2528 is #02DAD7. Grayscale: #666666. Windows color (decimal): -187096 or 2631165. OLE color: 2631165.

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

Color convert

RGB 253 37 40 -
CMYK 0 0.85 0.84 0.01
HSL 359.17º 0.98% 0.57% -
HSV(B) 359.17º 0.85% 0.99% -
XYZ 41.55 22.36 4.13 -
YUV 101.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 253 37 40 0 0.85 0.84 0.01 359.17 0.98 0.57
Hex FD 25 28 0 55 54 1 167 62 39
Octal 375 45 50 0 125 124 1 547 142 71
Binary 11111101 100101 101000 0 1010101 1010100 1 101100111 1100010 111001

Color Harmonies of #FD2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2528

Black with #FD2528

Text Example


Text Example

White with #FD2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2528; }

 p { color: rgb(253,37,40); }

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

background-color css

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

 a { background-color: rgb(253,37,40); }

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

border-color css

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

 span { border-color: rgb(253,37,40); }

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