Html Css Color HEX #FD0519 Torch Red

📋 copy color: '#FD0519'

red 253 ◦ green 5 ◦ blue 25

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

Shades of Torch Red #FD0519

Tints of Torch Red #FD0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 89.4%
G = 1.77%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD0519 (or 0xFD0519) is known color: Torch Red. HEX triplet: FD, 05 and 19. RGB value is (253,5,25). Sum of RGB (Red+Green+Blue) = 253+5+25=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0519 is #02FAE6. Grayscale: #515151. Windows color (decimal): -195303 or 1639933. OLE color: 1639933.

HSL color Cylindrical-coordinate representation of color #FD0519: hue angle of 355.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0519 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 5 25 -
CMYK 0 0.98 0.90 0.01
HSL 355.16º 0.98% 0.51% -
HSV(B) 355.16º 0.98% 0.99% -
XYZ 40.74 21.06 2.84 -
YUV 81.43 96.16 250.37 -
System Red Green Blue C M Y K H S L
Decimal 253 5 25 0 0.98 0.90 0.01 355.16 0.98 0.51
Hex FD 5 19 0 62 5A 1 163 62 33
Octal 375 5 31 0 142 132 1 543 142 63
Binary 11111101 101 11001 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FD0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0519

Black with #FD0519

Text Example


Text Example

White with #FD0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0519; }

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

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

background-color css

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

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

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

border-color css

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

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

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