Html Css Color HEX #FD0340 Torch Red

📋 copy color: '#FD0340'

red 253 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #FD0340

Tints of Torch Red #FD0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 79.06%
G = 0.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD0340 (or 0xFD0340) is known color: Torch Red. HEX triplet: FD, 03 and 40. RGB value is (253,3,64). Sum of RGB (Red+Green+Blue) = 253+3+64=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0340 is #02FCBF. Grayscale: #545454. Windows color (decimal): -195776 or 4195325. OLE color: 4195325.

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

Color convert

RGB 253 3 64 -
CMYK 0 0.99 0.75 0.01
HSL 345.36º 0.98% 0.5% -
HSV(B) 345.36º 0.99% 0.99% -
XYZ 41.47 21.32 6.78 -
YUV 84.7 116.33 248.04 -
System Red Green Blue C M Y K H S L
Decimal 253 3 64 0 0.99 0.75 0.01 345.36 0.98 0.5
Hex FD 3 40 0 63 4B 1 159 62 32
Octal 375 3 100 0 143 113 1 531 142 62
Binary 11111101 11 1000000 0 1100011 1001011 1 101011001 1100010 110010

Color Harmonies of #FD0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0340

Black with #FD0340

Text Example


Text Example

White with #FD0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0340; }

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

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

background-color css

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

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

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

border-color css

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

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

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