Html Css Color HEX #FD0041 Torch Red

📋 copy color: '#FD0041'

red 253 ◦ green 0 ◦ blue 65

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

Shades of Torch Red #FD0041

Tints of Torch Red #FD0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 79.56%
G = 0%
B = 20.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD0041 (or 0xFD0041) is known color: Torch Red. HEX triplet: FD, 00 and 41. RGB value is (253,0,65). Sum of RGB (Red+Green+Blue) = 253+0+65=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0041 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0041 is #02FFBE. Grayscale: #535353. Windows color (decimal): -196543 or 4260093. OLE color: 4260093.

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

Color convert

RGB 253 0 65 -
CMYK 0 1 0.74 0.01
HSL 344.59º 1% 0.5% -
HSV(B) 344.59º 1% 0.99% -
XYZ 41.46 21.26 6.92 -
YUV 83.06 117.82 249.21 -
System Red Green Blue C M Y K H S L
Decimal 253 0 65 0 1 0.74 0.01 344.59 1 0.5
Hex FD 0 41 0 64 4A 1 159 64 32
Octal 375 0 101 0 144 112 1 531 144 62
Binary 11111101 0 1000001 0 1100100 1001010 1 101011001 1100100 110010

Color Harmonies of #FD0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0041

Black with #FD0041

Text Example


Text Example

White with #FD0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0041; }

 p { color: rgb(253,0,65); }

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

background-color css

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

 a { background-color: rgb(253,0,65); }

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

border-color css

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

 span { border-color: rgb(253,0,65); }

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