Html Css Color HEX #FD1019 Torch Red

📋 copy color: '#FD1019'

red 253 ◦ green 16 ◦ blue 25

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

Shades of Torch Red #FD1019

Tints of Torch Red #FD1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 86.05%
G = 5.44%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD1019 (or 0xFD1019) is known color: Torch Red. HEX triplet: FD, 10 and 19. RGB value is (253,16,25). Sum of RGB (Red+Green+Blue) = 253+16+25=294 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.05% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1019 is #02EFE6. Grayscale: #585858. Windows color (decimal): -192487 or 1642749. OLE color: 1642749.

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

Color convert

RGB 253 16 25 -
CMYK 0 0.94 0.90 0.01
HSL 357.72º 0.98% 0.53% -
HSV(B) 357.72º 0.94% 0.99% -
XYZ 40.87 21.32 2.88 -
YUV 87.89 92.52 245.77 -
System Red Green Blue C M Y K H S L
Decimal 253 16 25 0 0.94 0.90 0.01 357.72 0.98 0.53
Hex FD 10 19 0 5E 5A 1 166 62 35
Octal 375 20 31 0 136 132 1 546 142 65
Binary 11111101 10000 11001 0 1011110 1011010 1 101100110 1100010 110101

Color Harmonies of #FD1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1019

Black with #FD1019

Text Example


Text Example

White with #FD1019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1019; }

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

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

background-color css

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

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

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

border-color css

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

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

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