Html Css Color HEX #FD073C Torch Red

📋 copy color: '#FD073C'

red 253 ◦ green 7 ◦ blue 60

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

Shades of Torch Red #FD073C

Tints of Torch Red #FD073C

RGB

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

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

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

R = 79.06%
G = 2.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD073C (or 0xFD073C) is known color: Torch Red. HEX triplet: FD, 07 and 3C. RGB value is (253,7,60). Sum of RGB (Red+Green+Blue) = 253+7+60=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD073C is #02F8C3. Grayscale: #565656. Windows color (decimal): -194756 or 3934205. OLE color: 3934205.

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

Color convert

RGB 253 7 60 -
CMYK 0 0.97 0.76 0.01
HSL 347.07º 0.98% 0.51% -
HSV(B) 347.07º 0.97% 0.99% -
XYZ 41.4 21.36 6.22 -
YUV 86.6 113 246.69 -
System Red Green Blue C M Y K H S L
Decimal 253 7 60 0 0.97 0.76 0.01 347.07 0.98 0.51
Hex FD 7 3C 0 61 4C 1 15B 62 33
Octal 375 7 74 0 141 114 1 533 142 63
Binary 11111101 111 111100 0 1100001 1001100 1 101011011 1100010 110011

Color Harmonies of #FD073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD073C

Black with #FD073C

Text Example


Text Example

White with #FD073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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