Html Css Color HEX #FD073F Torch Red

📋 copy color: '#FD073F'

red 253 ◦ green 7 ◦ blue 63

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

Shades of Torch Red #FD073F

Tints of Torch Red #FD073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 78.33%
G = 2.17%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD073F (or 0xFD073F) is known color: Torch Red. HEX triplet: FD, 07 and 3F. RGB value is (253,7,63). Sum of RGB (Red+Green+Blue) = 253+7+63=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD073F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD073F is #02F8C0. Grayscale: #565656. Windows color (decimal): -194753 or 4130813. OLE color: 4130813.

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

Color convert

RGB 253 7 63 -
CMYK 0 0.97 0.75 0.01
HSL 346.34º 0.98% 0.51% -
HSV(B) 346.34º 0.97% 0.99% -
XYZ 41.48 21.39 6.65 -
YUV 86.94 114.5 246.45 -
System Red Green Blue C M Y K H S L
Decimal 253 7 63 0 0.97 0.75 0.01 346.34 0.98 0.51
Hex FD 7 3F 0 61 4B 1 15A 62 33
Octal 375 7 77 0 141 113 1 532 142 63
Binary 11111101 111 111111 0 1100001 1001011 1 101011010 1100010 110011

Color Harmonies of #FD073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD073F

Black with #FD073F

Text Example


Text Example

White with #FD073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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