Html Css Color HEX #FF142A Torch Red

📋 copy color: '#FF142A'

red 255 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #FF142A

Tints of Torch Red #FF142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.25%

R = 80.44%
G = 6.31%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF142A (or 0xFF142A) is known color: Torch Red. HEX triplet: FF, 14 and 2A. RGB value is (255,20,42). Sum of RGB (Red+Green+Blue) = 255+20+42=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF142A is #00EBD5. Grayscale: #5C5C5C. Windows color (decimal): -60374 or 2757887. OLE color: 2757887.

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

Color convert

RGB 255 20 42 -
CMYK 0 0.92 0.84 0
HSL 354.38º 1% 0.54% -
HSV(B) 354.38º 0.92% 1% -
XYZ 41.91 21.93 4.21 -
YUV 92.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 255 20 42 0 0.92 0.84 0 354.38 1 0.54
Hex FF 14 2A 0 5C 54 0 162 64 36
Octal 377 24 52 0 134 124 0 542 144 66
Binary 11111111 10100 101010 0 1011100 1010100 0 101100010 1100100 110110

Color Harmonies of #FF142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF142A

Black with #FF142A

Text Example


Text Example

White with #FF142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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