Html Css Color HEX #FF2742 Torch Red

📋 copy color: '#FF2742'

red 255 ◦ green 39 ◦ blue 66

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

Shades of Torch Red #FF2742

Tints of Torch Red #FF2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 70.83%
G = 10.83%
B = 18.33%

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

#FF2742 (or 0xFF2742) is known color: Torch Red. HEX triplet: FF, 27 and 42. RGB value is (255,39,66). Sum of RGB (Red+Green+Blue) = 255+39+66=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2742 is #00D8BD. Grayscale: #6A6A6A. Windows color (decimal): -55486 or 4335615. OLE color: 4335615.

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

Color convert

RGB 255 39 66 -
CMYK 0 0.85 0.74 0
HSL 352.5º 1% 0.58% -
HSV(B) 352.5º 0.85% 1% -
XYZ 42.95 23.1 7.35 -
YUV 106.66 105.06 233.8 -
System Red Green Blue C M Y K H S L
Decimal 255 39 66 0 0.85 0.74 0 352.5 1 0.58
Hex FF 27 42 0 55 4A 0 160 64 3A
Octal 377 47 102 0 125 112 0 540 144 72
Binary 11111111 100111 1000010 0 1010101 1001010 0 101100000 1100100 111010

Color Harmonies of #FF2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2742

Black with #FF2742

Text Example


Text Example

White with #FF2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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