Html Css Color HEX #FD2042 Torch Red

📋 copy color: '#FD2042'

red 253 ◦ green 32 ◦ blue 66

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

Shades of Torch Red #FD2042

Tints of Torch Red #FD2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 72.08%
G = 9.12%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2042 (or 0xFD2042) is known color: Torch Red. HEX triplet: FD, 20 and 42. RGB value is (253,32,66). Sum of RGB (Red+Green+Blue) = 253+32+66=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2042 is #02DFBD. Grayscale: #666666. Windows color (decimal): -188350 or 4333821. OLE color: 4333821.

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

Color convert

RGB 253 32 66 -
CMYK 0 0.87 0.74 0.01
HSL 350.77º 0.98% 0.56% -
HSV(B) 350.77º 0.87% 0.99% -
XYZ 42.01 22.31 7.25 -
YUV 101.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 253 32 66 0 0.87 0.74 0.01 350.77 0.98 0.56
Hex FD 20 42 0 57 4A 1 15F 62 38
Octal 375 40 102 0 127 112 1 537 142 70
Binary 11111101 100000 1000010 0 1010111 1001010 1 101011111 1100010 111000

Color Harmonies of #FD2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2042

Black with #FD2042

Text Example


Text Example

White with #FD2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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