Html Css Color HEX #FD0219 Torch Red

📋 copy color: '#FD0219'

red 253 ◦ green 2 ◦ blue 25

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

Shades of Torch Red #FD0219

Tints of Torch Red #FD0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 90.36%
G = 0.71%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD0219 (or 0xFD0219) is known color: Torch Red. HEX triplet: FD, 02 and 19. RGB value is (253,2,25). Sum of RGB (Red+Green+Blue) = 253+2+25=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0219 is #02FDE6. Grayscale: #4F4F4F. Windows color (decimal): -196071 or 1639165. OLE color: 1639165.

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

Color convert

RGB 253 2 25 -
CMYK 0 0.99 0.90 0.01
HSL 354.5º 0.98% 0.5% -
HSV(B) 354.5º 0.99% 0.99% -
XYZ 40.71 21 2.83 -
YUV 79.67 97.16 251.63 -
System Red Green Blue C M Y K H S L
Decimal 253 2 25 0 0.99 0.90 0.01 354.5 0.98 0.5
Hex FD 2 19 0 63 5A 1 163 62 32
Octal 375 2 31 0 143 132 1 543 142 62
Binary 11111101 10 11001 0 1100011 1011010 1 101100011 1100010 110010

Color Harmonies of #FD0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0219

Black with #FD0219

Text Example


Text Example

White with #FD0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0219; }

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

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

background-color css

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

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

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

border-color css

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

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

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