Html Css Color HEX #FD0842 Torch Red

📋 copy color: '#FD0842'

red 253 ◦ green 8 ◦ blue 66

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

Shades of Torch Red #FD0842

Tints of Torch Red #FD0842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 77.37%
G = 2.45%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD0842 (or 0xFD0842) is known color: Torch Red. HEX triplet: FD, 08 and 42. RGB value is (253,8,66). Sum of RGB (Red+Green+Blue) = 253+8+66=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0842 is #02F7BD. Grayscale: #575757. Windows color (decimal): -194494 or 4327677. OLE color: 4327677.

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

Color convert

RGB 253 8 66 -
CMYK 0 0.97 0.74 0.01
HSL 345.8º 0.98% 0.51% -
HSV(B) 345.8º 0.97% 0.99% -
XYZ 41.58 21.45 7.1 -
YUV 87.87 115.67 245.78 -
System Red Green Blue C M Y K H S L
Decimal 253 8 66 0 0.97 0.74 0.01 345.8 0.98 0.51
Hex FD 8 42 0 61 4A 1 15A 62 33
Octal 375 10 102 0 141 112 1 532 142 63
Binary 11111101 1000 1000010 0 1100001 1001010 1 101011010 1100010 110011

Color Harmonies of #FD0842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD0842

Black with #FD0842

Text Example


Text Example

White with #FD0842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD0842; }

 p { color: rgb(253,8,66); }

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

background-color css

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

 a { background-color: rgb(253,8,66); }

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

border-color css

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

 span { border-color: rgb(253,8,66); }

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