Html Css Color HEX #FD0036 Torch Red

📋 copy color: '#FD0036'

red 253 ◦ green 0 ◦ blue 54

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

Shades of Torch Red #FD0036

Tints of Torch Red #FD0036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 82.41%
G = 0%
B = 17.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FD0036 (or 0xFD0036) is known color: Torch Red. HEX triplet: FD, 00 and 36. RGB value is (253,0,54). Sum of RGB (Red+Green+Blue) = 253+0+54=307 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.41% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0036 is #02FFC9. Grayscale: #515151. Windows color (decimal): -196554 or 3539197. OLE color: 3539197.

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

Color convert

RGB 253 0 54 -
CMYK 0 1 0.79 0.01
HSL 347.19º 1% 0.5% -
HSV(B) 347.19º 1% 0.99% -
XYZ 41.17 21.15 5.4 -
YUV 81.8 112.32 250.11 -
System Red Green Blue C M Y K H S L
Decimal 253 0 54 0 1 0.79 0.01 347.19 1 0.5
Hex FD 0 36 0 64 4F 1 15B 64 32
Octal 375 0 66 0 144 117 1 533 144 62
Binary 11111101 0 110110 0 1100100 1001111 1 101011011 1100100 110010

Color Harmonies of #FD0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0036

Black with #FD0036

Text Example


Text Example

White with #FD0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0036; }

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

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

background-color css

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

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

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

border-color css

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

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

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