Html Css Color HEX #FD142F Torch Red

📋 copy color: '#FD142F'

red 253 ◦ green 20 ◦ blue 47

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

Shades of Torch Red #FD142F

Tints of Torch Red #FD142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 79.06%
G = 6.25%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD142F (or 0xFD142F) is known color: Torch Red. HEX triplet: FD, 14 and 2F. RGB value is (253,20,47). Sum of RGB (Red+Green+Blue) = 253+20+47=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD142F is #02EBD0. Grayscale: #5C5C5C. Windows color (decimal): -191441 or 3085565. OLE color: 3085565.

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

Color convert

RGB 253 20 47 -
CMYK 0 0.92 0.81 0.01
HSL 353.05º 0.98% 0.54% -
HSV(B) 353.05º 0.92% 0.99% -
XYZ 41.27 21.59 4.68 -
YUV 92.75 102.19 242.3 -
System Red Green Blue C M Y K H S L
Decimal 253 20 47 0 0.92 0.81 0.01 353.05 0.98 0.54
Hex FD 14 2F 0 5C 51 1 161 62 36
Octal 375 24 57 0 134 121 1 541 142 66
Binary 11111101 10100 101111 0 1011100 1010001 1 101100001 1100010 110110

Color Harmonies of #FD142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD142F

Black with #FD142F

Text Example


Text Example

White with #FD142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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