Html Css Color HEX #FD1C32 Torch Red

📋 copy color: '#FD1C32'

red 253 ◦ green 28 ◦ blue 50

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

Shades of Torch Red #FD1C32

Tints of Torch Red #FD1C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 76.44%
G = 8.46%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FD1C32 (or 0xFD1C32) is known color: Torch Red. HEX triplet: FD, 1C and 32. RGB value is (253,28,50). Sum of RGB (Red+Green+Blue) = 253+28+50=331 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.44% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1C32 is #02E3CD. Grayscale: #616161. Windows color (decimal): -189390 or 3284221. OLE color: 3284221.

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

Color convert

RGB 253 28 50 -
CMYK 0 0.89 0.80 0.01
HSL 354.13º 0.98% 0.55% -
HSV(B) 354.13º 0.89% 0.99% -
XYZ 41.5 21.94 5.07 -
YUV 97.78 101.04 238.71 -
System Red Green Blue C M Y K H S L
Decimal 253 28 50 0 0.89 0.80 0.01 354.13 0.98 0.55
Hex FD 1C 32 0 59 50 1 162 62 37
Octal 375 34 62 0 131 120 1 542 142 67
Binary 11111101 11100 110010 0 1011001 1010000 1 101100010 1100010 110111

Color Harmonies of #FD1C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1C32

Black with #FD1C32

Text Example


Text Example

White with #FD1C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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