Html Css Color HEX #FD1736 Torch Red

📋 copy color: '#FD1736'

red 253 ◦ green 23 ◦ blue 54

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

Shades of Torch Red #FD1736

Tints of Torch Red #FD1736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 76.67%
G = 6.97%
B = 16.36%

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

#FD1736 (or 0xFD1736) is known color: Torch Red. HEX triplet: FD, 17 and 36. RGB value is (253,23,54). Sum of RGB (Red+Green+Blue) = 253+23+54=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1736 is #02E8C9. Grayscale: #5F5F5F. Windows color (decimal): -190666 or 3545085. OLE color: 3545085.

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

Color convert

RGB 253 23 54 -
CMYK 0 0.91 0.79 0.01
HSL 351.91º 0.98% 0.54% -
HSV(B) 351.91º 0.91% 0.99% -
XYZ 41.48 21.76 5.5 -
YUV 95.3 104.7 240.48 -
System Red Green Blue C M Y K H S L
Decimal 253 23 54 0 0.91 0.79 0.01 351.91 0.98 0.54
Hex FD 17 36 0 5B 4F 1 160 62 36
Octal 375 27 66 0 133 117 1 540 142 66
Binary 11111101 10111 110110 0 1011011 1001111 1 101100000 1100010 110110

Color Harmonies of #FD1736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1736

Black with #FD1736

Text Example


Text Example

White with #FD1736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1736; }

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

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

background-color css

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

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

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

border-color css

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

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

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