Html Css Color HEX #FD0819 Torch Red

📋 copy color: '#FD0819'

red 253 ◦ green 8 ◦ blue 25

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

Shades of Torch Red #FD0819

Tints of Torch Red #FD0819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 88.46%
G = 2.8%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD0819 (or 0xFD0819) is known color: Torch Red. HEX triplet: FD, 08 and 19. RGB value is (253,8,25). Sum of RGB (Red+Green+Blue) = 253+8+25=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0819 is #02F7E6. Grayscale: #535353. Windows color (decimal): -194535 or 1640701. OLE color: 1640701.

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

Color convert

RGB 253 8 25 -
CMYK 0 0.97 0.90 0.01
HSL 355.84º 0.98% 0.51% -
HSV(B) 355.84º 0.97% 0.99% -
XYZ 40.77 21.13 2.85 -
YUV 83.19 95.17 249.12 -
System Red Green Blue C M Y K H S L
Decimal 253 8 25 0 0.97 0.90 0.01 355.84 0.98 0.51
Hex FD 8 19 0 61 5A 1 164 62 33
Octal 375 10 31 0 141 132 1 544 142 63
Binary 11111101 1000 11001 0 1100001 1011010 1 101100100 1100010 110011

Color Harmonies of #FD0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0819

Black with #FD0819

Text Example


Text Example

White with #FD0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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