Html Css Color HEX #FD123A Torch Red

📋 copy color: '#FD123A'

red 253 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #FD123A

Tints of Torch Red #FD123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.47%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 76.9%
G = 5.47%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD123A (or 0xFD123A) is known color: Torch Red. HEX triplet: FD, 12 and 3A. RGB value is (253,18,58). Sum of RGB (Red+Green+Blue) = 253+18+58=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD123A is #02EDC5. Grayscale: #5C5C5C. Windows color (decimal): -191942 or 3805949. OLE color: 3805949.

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

Color convert

RGB 253 18 58 -
CMYK 0 0.93 0.77 0.01
HSL 349.79º 0.98% 0.53% -
HSV(B) 349.79º 0.93% 0.99% -
XYZ 41.49 21.62 5.99 -
YUV 92.83 108.36 242.25 -
System Red Green Blue C M Y K H S L
Decimal 253 18 58 0 0.93 0.77 0.01 349.79 0.98 0.53
Hex FD 12 3A 0 5D 4D 1 15E 62 35
Octal 375 22 72 0 135 115 1 536 142 65
Binary 11111101 10010 111010 0 1011101 1001101 1 101011110 1100010 110101

Color Harmonies of #FD123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD123A

Black with #FD123A

Text Example


Text Example

White with #FD123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD123A; }

 p { color: rgb(253,18,58); }

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

background-color css

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

 a { background-color: rgb(253,18,58); }

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

border-color css

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

 span { border-color: rgb(253,18,58); }

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