Html Css Color HEX #FD103D Torch Red

📋 copy color: '#FD103D'

red 253 ◦ green 16 ◦ blue 61

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

Shades of Torch Red #FD103D

Tints of Torch Red #FD103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 76.67%
G = 4.85%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD103D (or 0xFD103D) is known color: Torch Red. HEX triplet: FD, 10 and 3D. RGB value is (253,16,61). Sum of RGB (Red+Green+Blue) = 253+16+61=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD103D is #02EFC2. Grayscale: #5C5C5C. Windows color (decimal): -192451 or 4002045. OLE color: 4002045.

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

Color convert

RGB 253 16 61 -
CMYK 0 0.94 0.76 0.01
HSL 348.61º 0.98% 0.53% -
HSV(B) 348.61º 0.94% 0.99% -
XYZ 41.54 21.59 6.39 -
YUV 91.99 110.52 242.84 -
System Red Green Blue C M Y K H S L
Decimal 253 16 61 0 0.94 0.76 0.01 348.61 0.98 0.53
Hex FD 10 3D 0 5E 4C 1 15D 62 35
Octal 375 20 75 0 136 114 1 535 142 65
Binary 11111101 10000 111101 0 1011110 1001100 1 101011101 1100010 110101

Color Harmonies of #FD103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD103D

Black with #FD103D

Text Example


Text Example

White with #FD103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD103D; }

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

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

background-color css

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

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

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

border-color css

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

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

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