Html Css Color HEX #FF004C Torch Red

📋 copy color: '#FF004C'

red 255 ◦ green 0 ◦ blue 76

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

Shades of Torch Red #FF004C

Tints of Torch Red #FF004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 77.04%
G = 0%
B = 22.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF004C (or 0xFF004C) is known color: Torch Red. HEX triplet: FF, 00 and 4C. RGB value is (255,0,76). Sum of RGB (Red+Green+Blue) = 255+0+76=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF004C is #00FFB3. Grayscale: #545454. Windows color (decimal): -65460 or 4980991. OLE color: 4980991.

HSL color Cylindrical-coordinate representation of color #FF004C: hue angle of 342.12º 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 #FF004C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 0 76 -
CMYK 0 1 0.70 0
HSL 342.12º 1% 0.5% -
HSV(B) 342.12º 1% 1% -
XYZ 42.54 21.78 8.8 -
YUV 84.91 122.98 249.32 -
System Red Green Blue C M Y K H S L
Decimal 255 0 76 0 1 0.70 0 342.12 1 0.5
Hex FF 0 4C 0 64 46 0 156 64 32
Octal 377 0 114 0 144 106 0 526 144 62
Binary 11111111 0 1001100 0 1100100 1000110 0 101010110 1100100 110010

Color Harmonies of #FF004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF004C

Black with #FF004C

Text Example


Text Example

White with #FF004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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