Html Css Color HEX #FD074C Torch Red

📋 copy color: '#FD074C'

red 253 ◦ green 7 ◦ blue 76

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

Shades of Torch Red #FD074C

Tints of Torch Red #FD074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 75.3%
G = 2.08%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD074C (or 0xFD074C) is known color: Torch Red. HEX triplet: FD, 07 and 4C. RGB value is (253,7,76). Sum of RGB (Red+Green+Blue) = 253+7+76=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD074C is #02F8B3. Grayscale: #585858. Windows color (decimal): -194740 or 4982781. OLE color: 4982781.

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

Color convert

RGB 253 7 76 -
CMYK 0 0.97 0.70 0.01
HSL 343.17º 0.98% 0.51% -
HSV(B) 343.17º 0.97% 0.99% -
XYZ 41.89 21.56 8.79 -
YUV 88.42 121 245.39 -
System Red Green Blue C M Y K H S L
Decimal 253 7 76 0 0.97 0.70 0.01 343.17 0.98 0.51
Hex FD 7 4C 0 61 46 1 157 62 33
Octal 375 7 114 0 141 106 1 527 142 63
Binary 11111101 111 1001100 0 1100001 1000110 1 101010111 1100010 110011

Color Harmonies of #FD074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD074C

Black with #FD074C

Text Example


Text Example

White with #FD074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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