Html Css Color HEX #FD0349 Torch Red

📋 copy color: '#FD0349'

red 253 ◦ green 3 ◦ blue 73

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

Shades of Torch Red #FD0349

Tints of Torch Red #FD0349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 76.9%
G = 0.91%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD0349 (or 0xFD0349) is known color: Torch Red. HEX triplet: FD, 03 and 49. RGB value is (253,3,73). Sum of RGB (Red+Green+Blue) = 253+3+73=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0349 is #02FCB6. Grayscale: #555555. Windows color (decimal): -195767 or 4785149. OLE color: 4785149.

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

Color convert

RGB 253 3 73 -
CMYK 0 0.99 0.71 0.01
HSL 343.2º 0.98% 0.5% -
HSV(B) 343.2º 0.99% 0.99% -
XYZ 41.74 21.43 8.24 -
YUV 85.73 120.83 247.31 -
System Red Green Blue C M Y K H S L
Decimal 253 3 73 0 0.99 0.71 0.01 343.2 0.98 0.5
Hex FD 3 49 0 63 47 1 157 62 32
Octal 375 3 111 0 143 107 1 527 142 62
Binary 11111101 11 1001001 0 1100011 1000111 1 101010111 1100010 110010

Color Harmonies of #FD0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0349

Black with #FD0349

Text Example


Text Example

White with #FD0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0349; }

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

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

background-color css

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

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

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

border-color css

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

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

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