Html Css Color HEX #FD1636 Torch Red

📋 copy color: '#FD1636'

red 253 ◦ green 22 ◦ blue 54

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

Shades of Torch Red #FD1636

Tints of Torch Red #FD1636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 76.9%
G = 6.69%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD1636 (or 0xFD1636) is known color: Torch Red. HEX triplet: FD, 16 and 36. RGB value is (253,22,54). Sum of RGB (Red+Green+Blue) = 253+22+54=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1636 is #02E9C9. Grayscale: #5E5E5E. Windows color (decimal): -190922 or 3544829. OLE color: 3544829.

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

Color convert

RGB 253 22 54 -
CMYK 0 0.91 0.79 0.01
HSL 351.69º 0.98% 0.54% -
HSV(B) 351.69º 0.91% 0.99% -
XYZ 41.46 21.72 5.5 -
YUV 94.72 105.03 240.9 -
System Red Green Blue C M Y K H S L
Decimal 253 22 54 0 0.91 0.79 0.01 351.69 0.98 0.54
Hex FD 16 36 0 5B 4F 1 160 62 36
Octal 375 26 66 0 133 117 1 540 142 66
Binary 11111101 10110 110110 0 1011011 1001111 1 101100000 1100010 110110

Color Harmonies of #FD1636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1636

Black with #FD1636

Text Example


Text Example

White with #FD1636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1636; }

 p { color: rgb(253,22,54); }

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

background-color css

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

 a { background-color: rgb(253,22,54); }

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

border-color css

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

 span { border-color: rgb(253,22,54); }

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