Html Css Color HEX #FD013C Torch Red

📋 copy color: '#FD013C'

red 253 ◦ green 1 ◦ blue 60

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

Shades of Torch Red #FD013C

Tints of Torch Red #FD013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 80.57%
G = 0.32%
B = 19.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD013C (or 0xFD013C) is known color: Torch Red. HEX triplet: FD, 01 and 3C. RGB value is (253,1,60). Sum of RGB (Red+Green+Blue) = 253+1+60=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD013C is #02FEC3. Grayscale: #535353. Windows color (decimal): -196292 or 3932669. OLE color: 3932669.

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

Color convert

RGB 253 1 60 -
CMYK 0 1.00 0.76 0.01
HSL 345.95º 0.99% 0.5% -
HSV(B) 345.95º 1% 0.99% -
XYZ 41.33 21.23 6.19 -
YUV 83.07 114.99 249.2 -
System Red Green Blue C M Y K H S L
Decimal 253 1 60 0 1.00 0.76 0.01 345.95 0.99 0.5
Hex FD 1 3C 0 64 4C 1 15A 63 32
Octal 375 1 74 0 144 114 1 532 143 62
Binary 11111101 1 111100 0 1100100 1001100 1 101011010 1100011 110010

Color Harmonies of #FD013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD013C

Black with #FD013C

Text Example


Text Example

White with #FD013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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