Html Css Color HEX #FF2642 Torch Red

📋 copy color: '#FF2642'

red 255 ◦ green 38 ◦ blue 66

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

Shades of Torch Red #FF2642

Tints of Torch Red #FF2642

RGB

 RED value IS 255 (100% from 255) = 71.03%

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

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

R = 71.03%
G = 10.58%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF2642 (or 0xFF2642) is known color: Torch Red. HEX triplet: FF, 26 and 42. RGB value is (255,38,66). Sum of RGB (Red+Green+Blue) = 255+38+66=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2642 is #00D9BD. Grayscale: #6A6A6A. Windows color (decimal): -55742 or 4335359. OLE color: 4335359.

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

Color convert

RGB 255 38 66 -
CMYK 0 0.85 0.74 0
HSL 352.26º 1% 0.57% -
HSV(B) 352.26º 0.85% 1% -
XYZ 42.92 23.04 7.34 -
YUV 106.08 105.39 234.22 -
System Red Green Blue C M Y K H S L
Decimal 255 38 66 0 0.85 0.74 0 352.26 1 0.57
Hex FF 26 42 0 55 4A 0 160 64 39
Octal 377 46 102 0 125 112 0 540 144 71
Binary 11111111 100110 1000010 0 1010101 1001010 0 101100000 1100100 111001

Color Harmonies of #FF2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2642

Black with #FF2642

Text Example


Text Example

White with #FF2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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