Html Css Color HEX #FD0714 Torch Red

📋 copy color: '#FD0714'

red 253 ◦ green 7 ◦ blue 20

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

Shades of Torch Red #FD0714

Tints of Torch Red #FD0714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 90.36%
G = 2.5%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD0714 (or 0xFD0714) is known color: Torch Red. HEX triplet: FD, 07 and 14. RGB value is (253,7,20). Sum of RGB (Red+Green+Blue) = 253+7+20=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0714 is #02F8EB. Grayscale: #525252. Windows color (decimal): -194796 or 1312765. OLE color: 1312765.

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

Color convert

RGB 253 7 20 -
CMYK 0 0.97 0.92 0.01
HSL 356.83º 0.98% 0.51% -
HSV(B) 356.83º 0.97% 0.99% -
XYZ 40.71 21.09 2.59 -
YUV 82.04 93 249.94 -
System Red Green Blue C M Y K H S L
Decimal 253 7 20 0 0.97 0.92 0.01 356.83 0.98 0.51
Hex FD 7 14 0 61 5C 1 165 62 33
Octal 375 7 24 0 141 134 1 545 142 63
Binary 11111101 111 10100 0 1100001 1011100 1 101100101 1100010 110011

Color Harmonies of #FD0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0714

Black with #FD0714

Text Example


Text Example

White with #FD0714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0714; }

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

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

background-color css

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

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

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

border-color css

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

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

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