Html Css Color HEX #FF1042 Torch Red

📋 copy color: '#FF1042'

red 255 ◦ green 16 ◦ blue 66

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

Shades of Torch Red #FF1042

Tints of Torch Red #FF1042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

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

R = 75.67%
G = 4.75%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF1042 (or 0xFF1042) is known color: Torch Red. HEX triplet: FF, 10 and 42. RGB value is (255,16,66). Sum of RGB (Red+Green+Blue) = 255+16+66=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1042 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1042 is #00EFBD. Grayscale: #5D5D5D. Windows color (decimal): -61374 or 4329727. OLE color: 4329727.

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

Color convert

RGB 255 16 66 -
CMYK 0 0.94 0.74 0
HSL 347.45º 1% 0.53% -
HSV(B) 347.45º 0.94% 1% -
XYZ 42.41 22.02 7.17 -
YUV 93.16 112.68 243.43 -
System Red Green Blue C M Y K H S L
Decimal 255 16 66 0 0.94 0.74 0 347.45 1 0.53
Hex FF 10 42 0 5E 4A 0 15B 64 35
Octal 377 20 102 0 136 112 0 533 144 65
Binary 11111111 10000 1000010 0 1011110 1001010 0 101011011 1100100 110101

Color Harmonies of #FF1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1042

Black with #FF1042

Text Example


Text Example

White with #FF1042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1042; }

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

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

background-color css

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

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

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

border-color css

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

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

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