Html Css Color HEX #FD1543 Torch Red

📋 copy color: '#FD1543'

red 253 ◦ green 21 ◦ blue 67

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

Shades of Torch Red #FD1543

Tints of Torch Red #FD1543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.16%

 BLUE value IS 67 (26.56% from 255) = 19.65%

R = 74.19%
G = 6.16%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD1543 (or 0xFD1543) is known color: Torch Red. HEX triplet: FD, 15 and 43. RGB value is (253,21,67). Sum of RGB (Red+Green+Blue) = 253+21+67=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1543 is #02EABC. Grayscale: #5F5F5F. Windows color (decimal): -191165 or 4396541. OLE color: 4396541.

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

Color convert

RGB 253 21 67 -
CMYK 0 0.92 0.74 0.01
HSL 348.1º 0.98% 0.54% -
HSV(B) 348.1º 0.92% 0.99% -
XYZ 41.79 21.82 7.32 -
YUV 95.61 111.86 240.26 -
System Red Green Blue C M Y K H S L
Decimal 253 21 67 0 0.92 0.74 0.01 348.1 0.98 0.54
Hex FD 15 43 0 5C 4A 1 15C 62 36
Octal 375 25 103 0 134 112 1 534 142 66
Binary 11111101 10101 1000011 0 1011100 1001010 1 101011100 1100010 110110

Color Harmonies of #FD1543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1543

Black with #FD1543

Text Example


Text Example

White with #FD1543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1543; }

 p { color: rgb(253,21,67); }

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

background-color css

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

 a { background-color: rgb(253,21,67); }

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

border-color css

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

 span { border-color: rgb(253,21,67); }

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