Html Css Color HEX #FD1C2F Torch Red

📋 copy color: '#FD1C2F'

red 253 ◦ green 28 ◦ blue 47

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

Shades of Torch Red #FD1C2F

Tints of Torch Red #FD1C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.54%

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 77.13%
G = 8.54%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD1C2F (or 0xFD1C2F) is known color: Torch Red. HEX triplet: FD, 1C and 2F. RGB value is (253,28,47). Sum of RGB (Red+Green+Blue) = 253+28+47=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C2F is #02E3D0. Grayscale: #616161. Windows color (decimal): -189393 or 3087613. OLE color: 3087613.

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

Color convert

RGB 253 28 47 -
CMYK 0 0.89 0.81 0.01
HSL 354.93º 0.98% 0.55% -
HSV(B) 354.93º 0.89% 0.99% -
XYZ 41.44 21.92 4.74 -
YUV 97.44 99.54 238.96 -
System Red Green Blue C M Y K H S L
Decimal 253 28 47 0 0.89 0.81 0.01 354.93 0.98 0.55
Hex FD 1C 2F 0 59 51 1 163 62 37
Octal 375 34 57 0 131 121 1 543 142 67
Binary 11111101 11100 101111 0 1011001 1010001 1 101100011 1100010 110111

Color Harmonies of #FD1C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C2F

Black with #FD1C2F

Text Example


Text Example

White with #FD1C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C2F; }

 p { color: rgb(253,28,47); }

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

background-color css

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

 a { background-color: rgb(253,28,47); }

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

border-color css

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

 span { border-color: rgb(253,28,47); }

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