Html Css Color HEX #FD142C Torch Red

📋 copy color: '#FD142C'

red 253 ◦ green 20 ◦ blue 44

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

Shades of Torch Red #FD142C

Tints of Torch Red #FD142C

RGB

 RED value IS 253 (99.22% from 255) = 79.81%

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 79.81%
G = 6.31%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD142C (or 0xFD142C) is known color: Torch Red. HEX triplet: FD, 14 and 2C. RGB value is (253,20,44). Sum of RGB (Red+Green+Blue) = 253+20+44=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD142C is #02EBD3. Grayscale: #5C5C5C. Windows color (decimal): -191444 or 2888957. OLE color: 2888957.

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

Color convert

RGB 253 20 44 -
CMYK 0 0.92 0.83 0.01
HSL 353.82º 0.98% 0.54% -
HSV(B) 353.82º 0.92% 0.99% -
XYZ 41.21 21.56 4.37 -
YUV 92.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 253 20 44 0 0.92 0.83 0.01 353.82 0.98 0.54
Hex FD 14 2C 0 5C 53 1 162 62 36
Octal 375 24 54 0 134 123 1 542 142 66
Binary 11111101 10100 101100 0 1011100 1010011 1 101100010 1100010 110110

Color Harmonies of #FD142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD142C

Black with #FD142C

Text Example


Text Example

White with #FD142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD142C; }

 p { color: rgb(253,20,44); }

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

background-color css

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

 a { background-color: rgb(253,20,44); }

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

border-color css

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

 span { border-color: rgb(253,20,44); }

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