Html Css Color HEX #FD072F Torch Red

📋 copy color: '#FD072F'

red 253 ◦ green 7 ◦ blue 47

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

Shades of Torch Red #FD072F

Tints of Torch Red #FD072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 82.41%
G = 2.28%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD072F (or 0xFD072F) is known color: Torch Red. HEX triplet: FD, 07 and 2F. RGB value is (253,7,47). Sum of RGB (Red+Green+Blue) = 253+7+47=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD072F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD072F is #02F8D0. Grayscale: #555555. Windows color (decimal): -194769 or 3082237. OLE color: 3082237.

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

Color convert

RGB 253 7 47 -
CMYK 0 0.97 0.81 0.01
HSL 350.24º 0.98% 0.51% -
HSV(B) 350.24º 0.97% 0.99% -
XYZ 41.1 21.24 4.62 -
YUV 85.11 106.5 247.75 -
System Red Green Blue C M Y K H S L
Decimal 253 7 47 0 0.97 0.81 0.01 350.24 0.98 0.51
Hex FD 7 2F 0 61 51 1 15E 62 33
Octal 375 7 57 0 141 121 1 536 142 63
Binary 11111101 111 101111 0 1100001 1010001 1 101011110 1100010 110011

Color Harmonies of #FD072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD072F

Black with #FD072F

Text Example


Text Example

White with #FD072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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