Html Css Color HEX #FD134C Torch Red

📋 copy color: '#FD134C'

red 253 ◦ green 19 ◦ blue 76

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

Shades of Torch Red #FD134C

Tints of Torch Red #FD134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 72.7%
G = 5.46%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD134C (or 0xFD134C) is known color: Torch Red. HEX triplet: FD, 13 and 4C. RGB value is (253,19,76). Sum of RGB (Red+Green+Blue) = 253+19+76=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD134C is #02ECB3. Grayscale: #5F5F5F. Windows color (decimal): -191668 or 4985853. OLE color: 4985853.

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

Color convert

RGB 253 19 76 -
CMYK 0 0.92 0.70 0.01
HSL 345.38º 0.98% 0.53% -
HSV(B) 345.38º 0.92% 0.99% -
XYZ 42.05 21.87 8.84 -
YUV 95.46 117.02 240.37 -
System Red Green Blue C M Y K H S L
Decimal 253 19 76 0 0.92 0.70 0.01 345.38 0.98 0.53
Hex FD 13 4C 0 5C 46 1 159 62 35
Octal 375 23 114 0 134 106 1 531 142 65
Binary 11111101 10011 1001100 0 1011100 1000110 1 101011001 1100010 110101

Color Harmonies of #FD134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD134C

Black with #FD134C

Text Example


Text Example

White with #FD134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD134C; }

 p { color: rgb(253,19,76); }

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

background-color css

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

 a { background-color: rgb(253,19,76); }

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

border-color css

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

 span { border-color: rgb(253,19,76); }

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