Html Css Color HEX #FD184A Torch Red

📋 copy color: '#FD184A'

red 253 ◦ green 24 ◦ blue 74

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

Shades of Torch Red #FD184A

Tints of Torch Red #FD184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 72.08%
G = 6.84%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD184A (or 0xFD184A) is known color: Torch Red. HEX triplet: FD, 18 and 4A. RGB value is (253,24,74). Sum of RGB (Red+Green+Blue) = 253+24+74=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD184A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD184A is #02E7B5. Grayscale: #626262. Windows color (decimal): -190390 or 4856061. OLE color: 4856061.

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

Color convert

RGB 253 24 74 -
CMYK 0 0.91 0.71 0.01
HSL 346.9º 0.98% 0.54% -
HSV(B) 346.9º 0.91% 0.99% -
XYZ 42.07 22.03 8.51 -
YUV 98.17 114.37 238.43 -
System Red Green Blue C M Y K H S L
Decimal 253 24 74 0 0.91 0.71 0.01 346.9 0.98 0.54
Hex FD 18 4A 0 5B 47 1 15B 62 36
Octal 375 30 112 0 133 107 1 533 142 66
Binary 11111101 11000 1001010 0 1011011 1000111 1 101011011 1100010 110110

Color Harmonies of #FD184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD184A

Black with #FD184A

Text Example


Text Example

White with #FD184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD184A; }

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

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

background-color css

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

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

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

border-color css

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

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

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