Html Css Color HEX #FD0740 Torch Red

📋 copy color: '#FD0740'

red 253 ◦ green 7 ◦ blue 64

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

Shades of Torch Red #FD0740

Tints of Torch Red #FD0740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.75%

R = 78.09%
G = 2.16%
B = 19.75%

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

#FD0740 (or 0xFD0740) is known color: Torch Red. HEX triplet: FD, 07 and 40. RGB value is (253,7,64). Sum of RGB (Red+Green+Blue) = 253+7+64=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0740 is #02F8BF. Grayscale: #575757. Windows color (decimal): -194752 or 4196349. OLE color: 4196349.

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

Color convert

RGB 253 7 64 -
CMYK 0 0.97 0.75 0.01
HSL 346.1º 0.98% 0.51% -
HSV(B) 346.1º 0.97% 0.99% -
XYZ 41.51 21.4 6.79 -
YUV 87.05 115 246.37 -
System Red Green Blue C M Y K H S L
Decimal 253 7 64 0 0.97 0.75 0.01 346.1 0.98 0.51
Hex FD 7 40 0 61 4B 1 15A 62 33
Octal 375 7 100 0 141 113 1 532 142 63
Binary 11111101 111 1000000 0 1100001 1001011 1 101011010 1100010 110011

Color Harmonies of #FD0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0740

Black with #FD0740

Text Example


Text Example

White with #FD0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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