Html Css Color HEX #FD1842 Torch Red

📋 copy color: '#FD1842'

red 253 ◦ green 24 ◦ blue 66

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

Shades of Torch Red #FD1842

Tints of Torch Red #FD1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

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

R = 73.76%
G = 7%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD1842 (or 0xFD1842) is known color: Torch Red. HEX triplet: FD, 18 and 42. RGB value is (253,24,66). Sum of RGB (Red+Green+Blue) = 253+24+66=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1842 is #02E7BD. Grayscale: #616161. Windows color (decimal): -190398 or 4331773. OLE color: 4331773.

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

Color convert

RGB 253 24 66 -
CMYK 0 0.91 0.74 0.01
HSL 349º 0.98% 0.54% -
HSV(B) 349º 0.91% 0.99% -
XYZ 41.82 21.93 7.18 -
YUV 97.26 110.37 239.08 -
System Red Green Blue C M Y K H S L
Decimal 253 24 66 0 0.91 0.74 0.01 349 0.98 0.54
Hex FD 18 42 0 5B 4A 1 15D 62 36
Octal 375 30 102 0 133 112 1 535 142 66
Binary 11111101 11000 1000010 0 1011011 1001010 1 101011101 1100010 110110

Color Harmonies of #FD1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1842

Black with #FD1842

Text Example


Text Example

White with #FD1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1842; }

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

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

background-color css

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

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

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

border-color css

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

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

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