Html Css Color HEX #FD043C Torch Red

📋 copy color: '#FD043C'

red 253 ◦ green 4 ◦ blue 60

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

Shades of Torch Red #FD043C

Tints of Torch Red #FD043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.26%

 BLUE value IS 60 (23.83% from 255) = 18.93%

R = 79.81%
G = 1.26%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD043C (or 0xFD043C) is known color: Torch Red. HEX triplet: FD, 04 and 3C. RGB value is (253,4,60). Sum of RGB (Red+Green+Blue) = 253+4+60=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD043C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD043C is #02FBC3. Grayscale: #545454. Windows color (decimal): -195524 or 3933437. OLE color: 3933437.

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

Color convert

RGB 253 4 60 -
CMYK 0 0.98 0.76 0.01
HSL 346.51º 0.98% 0.5% -
HSV(B) 346.51º 0.98% 0.99% -
XYZ 41.37 21.3 6.21 -
YUV 84.84 113.99 247.95 -
System Red Green Blue C M Y K H S L
Decimal 253 4 60 0 0.98 0.76 0.01 346.51 0.98 0.5
Hex FD 4 3C 0 62 4C 1 15B 62 32
Octal 375 4 74 0 142 114 1 533 142 62
Binary 11111101 100 111100 0 1100010 1001100 1 101011011 1100010 110010

Color Harmonies of #FD043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD043C

Black with #FD043C

Text Example


Text Example

White with #FD043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD043C; }

 p { color: rgb(253,4,60); }

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

background-color css

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

 a { background-color: rgb(253,4,60); }

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

border-color css

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

 span { border-color: rgb(253,4,60); }

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