Html Css Color HEX #FF141C Torch Red

📋 copy color: '#FF141C'

red 255 ◦ green 20 ◦ blue 28

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

Shades of Torch Red #FF141C

Tints of Torch Red #FF141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

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

R = 84.16%
G = 6.6%
B = 9.24%

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

#FF141C (or 0xFF141C) is known color: Torch Red. HEX triplet: FF, 14 and 1C. RGB value is (255,20,28). Sum of RGB (Red+Green+Blue) = 255+20+28=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF141C is #00EBE3. Grayscale: #5B5B5B. Windows color (decimal): -60388 or 1840383. OLE color: 1840383.

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

Color convert

RGB 255 20 28 -
CMYK 0 0.92 0.89 0
HSL 357.96º 1% 0.54% -
HSV(B) 357.96º 0.92% 1% -
XYZ 41.7 21.84 3.12 -
YUV 91.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 255 20 28 0 0.92 0.89 0 357.96 1 0.54
Hex FF 14 1C 0 5C 59 0 166 64 36
Octal 377 24 34 0 134 131 0 546 144 66
Binary 11111111 10100 11100 0 1011100 1011001 0 101100110 1100100 110110

Color Harmonies of #FF141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF141C

Black with #FF141C

Text Example


Text Example

White with #FF141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF141C; }

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

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

background-color css

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

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

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

border-color css

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

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

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