Html Css Color HEX #FD2642 Torch Red

📋 copy color: '#FD2642'

red 253 ◦ green 38 ◦ blue 66

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

Shades of Torch Red #FD2642

Tints of Torch Red #FD2642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.64%

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

R = 70.87%
G = 10.64%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FD2642 (or 0xFD2642) is known color: Torch Red. HEX triplet: FD, 26 and 42. RGB value is (253,38,66). Sum of RGB (Red+Green+Blue) = 253+38+66=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2642 is #02D9BD. Grayscale: #696969. Windows color (decimal): -186814 or 4335357. OLE color: 4335357.

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

Color convert

RGB 253 38 66 -
CMYK 0 0.85 0.74 0.01
HSL 352.19º 0.98% 0.57% -
HSV(B) 352.19º 0.85% 0.99% -
XYZ 42.18 22.66 7.31 -
YUV 105.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 253 38 66 0 0.85 0.74 0.01 352.19 0.98 0.57
Hex FD 26 42 0 55 4A 1 160 62 39
Octal 375 46 102 0 125 112 1 540 142 71
Binary 11111101 100110 1000010 0 1010101 1001010 1 101100000 1100010 111001

Color Harmonies of #FD2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2642

Black with #FD2642

Text Example


Text Example

White with #FD2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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