Html Css Color HEX #FD034C Torch Red

📋 copy color: '#FD034C'

red 253 ◦ green 3 ◦ blue 76

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

Shades of Torch Red #FD034C

Tints of Torch Red #FD034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 76.2%
G = 0.9%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FD034C (or 0xFD034C) is known color: Torch Red. HEX triplet: FD, 03 and 4C. RGB value is (253,3,76). Sum of RGB (Red+Green+Blue) = 253+3+76=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD034C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD034C is #02FCB3. Grayscale: #565656. Windows color (decimal): -195764 or 4981757. OLE color: 4981757.

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

Color convert

RGB 253 3 76 -
CMYK 0 0.99 0.70 0.01
HSL 342.48º 0.98% 0.5% -
HSV(B) 342.48º 0.99% 0.99% -
XYZ 41.85 21.47 8.78 -
YUV 86.07 122.33 247.06 -
System Red Green Blue C M Y K H S L
Decimal 253 3 76 0 0.99 0.70 0.01 342.48 0.98 0.5
Hex FD 3 4C 0 63 46 1 156 62 32
Octal 375 3 114 0 143 106 1 526 142 62
Binary 11111101 11 1001100 0 1100011 1000110 1 101010110 1100010 110010

Color Harmonies of #FD034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD034C

Black with #FD034C

Text Example


Text Example

White with #FD034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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