Html Css Color HEX #FD1219 Torch Red

📋 copy color: '#FD1219'

red 253 ◦ green 18 ◦ blue 25

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

Shades of Torch Red #FD1219

Tints of Torch Red #FD1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 85.47%
G = 6.08%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD1219 (or 0xFD1219) is known color: Torch Red. HEX triplet: FD, 12 and 19. RGB value is (253,18,25). Sum of RGB (Red+Green+Blue) = 253+18+25=296 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.47% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1219 is #02EDE6. Grayscale: #595959. Windows color (decimal): -191975 or 1643261. OLE color: 1643261.

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

Color convert

RGB 253 18 25 -
CMYK 0 0.93 0.90 0.01
HSL 358.21º 0.98% 0.53% -
HSV(B) 358.21º 0.93% 0.99% -
XYZ 40.9 21.39 2.89 -
YUV 89.06 91.86 244.93 -
System Red Green Blue C M Y K H S L
Decimal 253 18 25 0 0.93 0.90 0.01 358.21 0.98 0.53
Hex FD 12 19 0 5D 5A 1 166 62 35
Octal 375 22 31 0 135 132 1 546 142 65
Binary 11111101 10010 11001 0 1011101 1011010 1 101100110 1100010 110101

Color Harmonies of #FD1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1219

Black with #FD1219

Text Example


Text Example

White with #FD1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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