Html Css Color HEX #FD0814 Torch Red

📋 copy color: '#FD0814'

red 253 ◦ green 8 ◦ blue 20

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

Shades of Torch Red #FD0814

Tints of Torch Red #FD0814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 90.04%
G = 2.85%
B = 7.12%

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

#FD0814 (or 0xFD0814) is known color: Torch Red. HEX triplet: FD, 08 and 14. RGB value is (253,8,20). Sum of RGB (Red+Green+Blue) = 253+8+20=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0814 is #02F7EB. Grayscale: #525252. Windows color (decimal): -194540 or 1313021. OLE color: 1313021.

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

Color convert

RGB 253 8 20 -
CMYK 0 0.97 0.92 0.01
HSL 357.06º 0.98% 0.51% -
HSV(B) 357.06º 0.97% 0.99% -
XYZ 40.72 21.11 2.59 -
YUV 82.62 92.67 249.52 -
System Red Green Blue C M Y K H S L
Decimal 253 8 20 0 0.97 0.92 0.01 357.06 0.98 0.51
Hex FD 8 14 0 61 5C 1 165 62 33
Octal 375 10 24 0 141 134 1 545 142 63
Binary 11111101 1000 10100 0 1100001 1011100 1 101100101 1100010 110011

Color Harmonies of #FD0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0814

Black with #FD0814

Text Example


Text Example

White with #FD0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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