Html Css Color HEX #FD0210 Torch Red

📋 copy color: '#FD0210'

red 253 ◦ green 2 ◦ blue 16

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

Shades of Torch Red #FD0210

Tints of Torch Red #FD0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 93.36%
G = 0.74%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD0210 (or 0xFD0210) is known color: Torch Red. HEX triplet: FD, 02 and 10. RGB value is (253,2,16). Sum of RGB (Red+Green+Blue) = 253+2+16=271 (35% of max value = 765). Red value is 253 (99.22% from 255 or 93.36% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0210 is #02FDEF. Grayscale: #4E4E4E. Windows color (decimal): -196080 or 1049341. OLE color: 1049341.

HSL color Cylindrical-coordinate representation of color #FD0210: hue angle of 356.65º 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 #FD0210 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 2 16 -
CMYK 0 0.99 0.94 0.01
HSL 356.65º 0.98% 0.5% -
HSV(B) 356.65º 0.99% 0.99% -
XYZ 40.62 20.96 2.4 -
YUV 78.65 92.66 252.36 -
System Red Green Blue C M Y K H S L
Decimal 253 2 16 0 0.99 0.94 0.01 356.65 0.98 0.5
Hex FD 2 10 0 63 5E 1 165 62 32
Octal 375 2 20 0 143 136 1 545 142 62
Binary 11111101 10 10000 0 1100011 1011110 1 101100101 1100010 110010

Color Harmonies of #FD0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0210

Black with #FD0210

Text Example


Text Example

White with #FD0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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