Html Css Color HEX #FF2842 Torch Red

📋 copy color: '#FF2842'

red 255 ◦ green 40 ◦ blue 66

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

Shades of Torch Red #FF2842

Tints of Torch Red #FF2842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 70.64%
G = 11.08%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF2842 (or 0xFF2842) is known color: Torch Red. HEX triplet: FF, 28 and 42. RGB value is (255,40,66). Sum of RGB (Red+Green+Blue) = 255+40+66=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2842 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2842 is #00D7BD. Grayscale: #6B6B6B. Windows color (decimal): -55230 or 4335871. OLE color: 4335871.

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

Color convert

RGB 255 40 66 -
CMYK 0 0.84 0.74 0
HSL 352.74º 1% 0.58% -
HSV(B) 352.74º 0.84% 1% -
XYZ 42.98 23.17 7.36 -
YUV 107.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 255 40 66 0 0.84 0.74 0 352.74 1 0.58
Hex FF 28 42 0 54 4A 0 161 64 3A
Octal 377 50 102 0 124 112 0 541 144 72
Binary 11111111 101000 1000010 0 1010100 1001010 0 101100001 1100100 111010

Color Harmonies of #FF2842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2842

Black with #FF2842

Text Example


Text Example

White with #FF2842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2842; }

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

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

background-color css

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

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

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

border-color css

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

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

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