Html Css Color HEX #FD0816 Torch Red

📋 copy color: '#FD0816'

red 253 ◦ green 8 ◦ blue 22

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

Shades of Torch Red #FD0816

Tints of Torch Red #FD0816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 89.4%
G = 2.83%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD0816 (or 0xFD0816) is known color: Torch Red. HEX triplet: FD, 08 and 16. RGB value is (253,8,22). Sum of RGB (Red+Green+Blue) = 253+8+22=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0816 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0816 is #02F7E9. Grayscale: #535353. Windows color (decimal): -194538 or 1444093. OLE color: 1444093.

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

Color convert

RGB 253 8 22 -
CMYK 0 0.97 0.91 0.01
HSL 356.57º 0.98% 0.51% -
HSV(B) 356.57º 0.97% 0.99% -
XYZ 40.74 21.11 2.69 -
YUV 82.85 93.67 249.36 -
System Red Green Blue C M Y K H S L
Decimal 253 8 22 0 0.97 0.91 0.01 356.57 0.98 0.51
Hex FD 8 16 0 61 5B 1 165 62 33
Octal 375 10 26 0 141 133 1 545 142 63
Binary 11111101 1000 10110 0 1100001 1011011 1 101100101 1100010 110011

Color Harmonies of #FD0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0816

Black with #FD0816

Text Example


Text Example

White with #FD0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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