Html Css Color HEX #FD1B4A Torch Red

📋 copy color: '#FD1B4A'

red 253 ◦ green 27 ◦ blue 74

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

Shades of Torch Red #FD1B4A

Tints of Torch Red #FD1B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.63%

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 71.47%
G = 7.63%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD1B4A (or 0xFD1B4A) is known color: Torch Red. HEX triplet: FD, 1B and 4A. RGB value is (253,27,74). Sum of RGB (Red+Green+Blue) = 253+27+74=354 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.47% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1B4A is #02E4B5. Grayscale: #636363. Windows color (decimal): -189622 or 4856829. OLE color: 4856829.

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

Color convert

RGB 253 27 74 -
CMYK 0 0.89 0.71 0.01
HSL 347.52º 0.98% 0.55% -
HSV(B) 347.52º 0.89% 0.99% -
XYZ 42.14 22.16 8.54 -
YUV 99.93 113.37 237.18 -
System Red Green Blue C M Y K H S L
Decimal 253 27 74 0 0.89 0.71 0.01 347.52 0.98 0.55
Hex FD 1B 4A 0 59 47 1 15C 62 37
Octal 375 33 112 0 131 107 1 534 142 67
Binary 11111101 11011 1001010 0 1011001 1000111 1 101011100 1100010 110111

Color Harmonies of #FD1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1B4A

Black with #FD1B4A

Text Example


Text Example

White with #FD1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1B4A; }

 p { color: rgb(253,27,74); }

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

background-color css

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

 a { background-color: rgb(253,27,74); }

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

border-color css

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

 span { border-color: rgb(253,27,74); }

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