Html Css Color HEX #FF0044 Torch Red

📋 copy color: '#FF0044'

red 255 ◦ green 0 ◦ blue 68

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

Shades of Torch Red #FF0044

Tints of Torch Red #FF0044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 78.95%
G = 0%
B = 21.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF0044 (or 0xFF0044) is known color: Torch Red. HEX triplet: FF, 00 and 44. RGB value is (255,0,68). Sum of RGB (Red+Green+Blue) = 255+0+68=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0044 is #00FFBB. Grayscale: #535353. Windows color (decimal): -65468 or 4456703. OLE color: 4456703.

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

Color convert

RGB 255 0 68 -
CMYK 0 1 0.73 0
HSL 344º 1% 0.5% -
HSV(B) 344º 1% 1% -
XYZ 42.28 21.68 7.42 -
YUV 84 118.98 249.97 -
System Red Green Blue C M Y K H S L
Decimal 255 0 68 0 1 0.73 0 344 1 0.5
Hex FF 0 44 0 64 49 0 158 64 32
Octal 377 0 104 0 144 111 0 530 144 62
Binary 11111111 0 1000100 0 1100100 1001001 0 101011000 1100100 110010

Color Harmonies of #FF0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0044

Black with #FF0044

Text Example


Text Example

White with #FF0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0044; }

 p { color: rgb(255,0,68); }

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

background-color css

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

 a { background-color: rgb(255,0,68); }

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

border-color css

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

 span { border-color: rgb(255,0,68); }

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