Html Css Color HEX #FF151C Torch Red

📋 copy color: '#FF151C'

red 255 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #FF151C

Tints of Torch Red #FF151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 28 (11.33% from 255) = 9.21%

R = 83.88%
G = 6.91%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF151C (or 0xFF151C) is known color: Torch Red. HEX triplet: FF, 15 and 1C. RGB value is (255,21,28). Sum of RGB (Red+Green+Blue) = 255+21+28=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF151C is #00EAE3. Grayscale: #5B5B5B. Windows color (decimal): -60132 or 1840639. OLE color: 1840639.

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

Color convert

RGB 255 21 28 -
CMYK 0 0.92 0.89 0
HSL 358.21º 1% 0.54% -
HSV(B) 358.21º 0.92% 1% -
XYZ 41.72 21.88 3.12 -
YUV 91.76 92.02 244.43 -
System Red Green Blue C M Y K H S L
Decimal 255 21 28 0 0.92 0.89 0 358.21 1 0.54
Hex FF 15 1C 0 5C 59 0 166 64 36
Octal 377 25 34 0 134 131 0 546 144 66
Binary 11111111 10101 11100 0 1011100 1011001 0 101100110 1100100 110110

Color Harmonies of #FF151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF151C

Black with #FF151C

Text Example


Text Example

White with #FF151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF151C; }

 p { color: rgb(255,21,28); }

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

background-color css

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

 a { background-color: rgb(255,21,28); }

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

border-color css

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

 span { border-color: rgb(255,21,28); }

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