Html Css Color HEX #FD1619 Torch Red

📋 copy color: '#FD1619'

red 253 ◦ green 22 ◦ blue 25

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

Shades of Torch Red #FD1619

Tints of Torch Red #FD1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

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

R = 84.33%
G = 7.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD1619 (or 0xFD1619) is known color: Torch Red. HEX triplet: FD, 16 and 19. RGB value is (253,22,25). Sum of RGB (Red+Green+Blue) = 253+22+25=300 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1619 is #02E9E6. Grayscale: #5B5B5B. Windows color (decimal): -190951 or 1644285. OLE color: 1644285.

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

Color convert

RGB 253 22 25 -
CMYK 0 0.91 0.90 0.01
HSL 359.22º 0.98% 0.54% -
HSV(B) 359.22º 0.91% 0.99% -
XYZ 40.97 21.53 2.92 -
YUV 91.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 253 22 25 0 0.91 0.90 0.01 359.22 0.98 0.54
Hex FD 16 19 0 5B 5A 1 167 62 36
Octal 375 26 31 0 133 132 1 547 142 66
Binary 11111101 10110 11001 0 1011011 1011010 1 101100111 1100010 110110

Color Harmonies of #FD1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1619

Black with #FD1619

Text Example


Text Example

White with #FD1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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