Html Css Color HEX #FD0310 Torch Red

📋 copy color: '#FD0310'

red 253 ◦ green 3 ◦ blue 16

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

Shades of Torch Red #FD0310

Tints of Torch Red #FD0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 93.01%
G = 1.1%
B = 5.88%

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

#FD0310 (or 0xFD0310) is known color: Torch Red. HEX triplet: FD, 03 and 10. RGB value is (253,3,16). Sum of RGB (Red+Green+Blue) = 253+3+16=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0310 is #02FCEF. Grayscale: #4F4F4F. Windows color (decimal): -195824 or 1049597. OLE color: 1049597.

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

Color convert

RGB 253 3 16 -
CMYK 0 0.99 0.94 0.01
HSL 356.88º 0.98% 0.5% -
HSV(B) 356.88º 0.99% 0.99% -
XYZ 40.63 20.99 2.4 -
YUV 79.23 92.33 251.94 -
System Red Green Blue C M Y K H S L
Decimal 253 3 16 0 0.99 0.94 0.01 356.88 0.98 0.5
Hex FD 3 10 0 63 5E 1 165 62 32
Octal 375 3 20 0 143 136 1 545 142 62
Binary 11111101 11 10000 0 1100011 1011110 1 101100101 1100010 110010

Color Harmonies of #FD0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0310

Black with #FD0310

Text Example


Text Example

White with #FD0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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