Html Css Color HEX #FF1152 Torch Red

📋 copy color: '#FF1152'

red 255 ◦ green 17 ◦ blue 82

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

Shades of Torch Red #FF1152

Tints of Torch Red #FF1152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 72.03%
G = 4.8%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF1152 (or 0xFF1152) is known color: Torch Red. HEX triplet: FF, 11 and 52. RGB value is (255,17,82). Sum of RGB (Red+Green+Blue) = 255+17+82=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1152 is #00EEAD. Grayscale: #5F5F5F. Windows color (decimal): -61102 or 5378559. OLE color: 5378559.

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

Color convert

RGB 255 17 82 -
CMYK 0 0.93 0.68 0
HSL 343.61º 1% 0.53% -
HSV(B) 343.61º 0.93% 1% -
XYZ 42.96 22.27 10.02 -
YUV 95.57 120.35 241.71 -
System Red Green Blue C M Y K H S L
Decimal 255 17 82 0 0.93 0.68 0 343.61 1 0.53
Hex FF 11 52 0 5D 44 0 158 64 35
Octal 377 21 122 0 135 104 0 530 144 65
Binary 11111111 10001 1010010 0 1011101 1000100 0 101011000 1100100 110101

Color Harmonies of #FF1152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1152

Black with #FF1152

Text Example


Text Example

White with #FF1152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1152; }

 p { color: rgb(255,17,82); }

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

background-color css

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

 a { background-color: rgb(255,17,82); }

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

border-color css

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

 span { border-color: rgb(255,17,82); }

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