Html Css Color HEX #FF0442 Torch Red

📋 copy color: '#FF0442'

red 255 ◦ green 4 ◦ blue 66

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

Shades of Torch Red #FF0442

Tints of Torch Red #FF0442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 78.46%
G = 1.23%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF0442 (or 0xFF0442) is known color: Torch Red. HEX triplet: FF, 04 and 42. RGB value is (255,4,66). Sum of RGB (Red+Green+Blue) = 255+4+66=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0442 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0442 is #00FBBD. Grayscale: #565656. Windows color (decimal): -64446 or 4326655. OLE color: 4326655.

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

Color convert

RGB 255 4 66 -
CMYK 0 0.98 0.74 0
HSL 345.18º 1% 0.51% -
HSV(B) 345.18º 0.98% 1% -
XYZ 42.27 21.74 7.12 -
YUV 86.12 116.66 248.46 -
System Red Green Blue C M Y K H S L
Decimal 255 4 66 0 0.98 0.74 0 345.18 1 0.51
Hex FF 4 42 0 62 4A 0 159 64 33
Octal 377 4 102 0 142 112 0 531 144 63
Binary 11111111 100 1000010 0 1100010 1001010 0 101011001 1100100 110011

Color Harmonies of #FF0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0442

Black with #FF0442

Text Example


Text Example

White with #FF0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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