Html Css Color HEX #FD142E Torch Red

📋 copy color: '#FD142E'

red 253 ◦ green 20 ◦ blue 46

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

Shades of Torch Red #FD142E

Tints of Torch Red #FD142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 79.31%
G = 6.27%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD142E (or 0xFD142E) is known color: Torch Red. HEX triplet: FD, 14 and 2E. RGB value is (253,20,46). Sum of RGB (Red+Green+Blue) = 253+20+46=319 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.31% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 253 - color contains mainly: red. Hex color #FD142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD142E is #02EBD1. Grayscale: #5C5C5C. Windows color (decimal): -191442 or 3020029. OLE color: 3020029.

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

Color convert

RGB 253 20 46 -
CMYK 0 0.92 0.82 0.01
HSL 353.3º 0.98% 0.54% -
HSV(B) 353.3º 0.92% 0.99% -
XYZ 41.25 21.58 4.58 -
YUV 92.63 101.69 242.39 -
System Red Green Blue C M Y K H S L
Decimal 253 20 46 0 0.92 0.82 0.01 353.3 0.98 0.54
Hex FD 14 2E 0 5C 52 1 161 62 36
Octal 375 24 56 0 134 122 1 541 142 66
Binary 11111101 10100 101110 0 1011100 1010010 1 101100001 1100010 110110

Color Harmonies of #FD142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD142E

Black with #FD142E

Text Example


Text Example

White with #FD142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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