Html Css Color HEX #FF153F Torch Red

📋 copy color: '#FF153F'

red 255 ◦ green 21 ◦ blue 63

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

Shades of Torch Red #FF153F

Tints of Torch Red #FF153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.58%

R = 75.22%
G = 6.19%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF153F (or 0xFF153F) is known color: Torch Red. HEX triplet: FF, 15 and 3F. RGB value is (255,21,63). Sum of RGB (Red+Green+Blue) = 255+21+63=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF153F is #00EAC0. Grayscale: #5F5F5F. Windows color (decimal): -60097 or 4134399. OLE color: 4134399.

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

Color convert

RGB 255 21 63 -
CMYK 0 0.92 0.75 0
HSL 349.23º 1% 0.54% -
HSV(B) 349.23º 0.92% 1% -
XYZ 42.41 22.16 6.74 -
YUV 95.75 109.52 241.58 -
System Red Green Blue C M Y K H S L
Decimal 255 21 63 0 0.92 0.75 0 349.23 1 0.54
Hex FF 15 3F 0 5C 4B 0 15D 64 36
Octal 377 25 77 0 134 113 0 535 144 66
Binary 11111111 10101 111111 0 1011100 1001011 0 101011101 1100100 110110

Color Harmonies of #FF153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF153F

Black with #FF153F

Text Example


Text Example

White with #FF153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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