Html Css Color HEX #FD103C Torch Red

📋 copy color: '#FD103C'

red 253 ◦ green 16 ◦ blue 60

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

Shades of Torch Red #FD103C

Tints of Torch Red #FD103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 76.9%
G = 4.86%
B = 18.24%

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

#FD103C (or 0xFD103C) is known color: Torch Red. HEX triplet: FD, 10 and 3C. RGB value is (253,16,60). Sum of RGB (Red+Green+Blue) = 253+16+60=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD103C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD103C is #02EFC3. Grayscale: #5B5B5B. Windows color (decimal): -192452 or 3936509. OLE color: 3936509.

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

Color convert

RGB 253 16 60 -
CMYK 0 0.94 0.76 0.01
HSL 348.86º 0.98% 0.53% -
HSV(B) 348.86º 0.94% 0.99% -
XYZ 41.51 21.58 6.25 -
YUV 91.88 110.02 242.92 -
System Red Green Blue C M Y K H S L
Decimal 253 16 60 0 0.94 0.76 0.01 348.86 0.98 0.53
Hex FD 10 3C 0 5E 4C 1 15D 62 35
Octal 375 20 74 0 136 114 1 535 142 65
Binary 11111101 10000 111100 0 1011110 1001100 1 101011101 1100010 110101

Color Harmonies of #FD103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD103C

Black with #FD103C

Text Example


Text Example

White with #FD103C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD103C; }

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

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

background-color css

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

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

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

border-color css

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

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

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