Html Css Color HEX #FD2534 Torch Red

📋 copy color: '#FD2534'

red 253 ◦ green 37 ◦ blue 52

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

Shades of Torch Red #FD2534

Tints of Torch Red #FD2534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 73.98%
G = 10.82%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD2534 (or 0xFD2534) is known color: Torch Red. HEX triplet: FD, 25 and 34. RGB value is (253,37,52). Sum of RGB (Red+Green+Blue) = 253+37+52=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2534 is #02DACB. Grayscale: #676767. Windows color (decimal): -187084 or 3417597. OLE color: 3417597.

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

Color convert

RGB 253 37 52 -
CMYK 0 0.85 0.79 0.01
HSL 355.83º 0.98% 0.57% -
HSV(B) 355.83º 0.85% 0.99% -
XYZ 41.79 22.45 5.38 -
YUV 103.29 99.06 234.78 -
System Red Green Blue C M Y K H S L
Decimal 253 37 52 0 0.85 0.79 0.01 355.83 0.98 0.57
Hex FD 25 34 0 55 4F 1 164 62 39
Octal 375 45 64 0 125 117 1 544 142 71
Binary 11111101 100101 110100 0 1010101 1001111 1 101100100 1100010 111001

Color Harmonies of #FD2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2534

Black with #FD2534

Text Example


Text Example

White with #FD2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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