Html Css Color HEX #FD123D Torch Red

📋 copy color: '#FD123D'

red 253 ◦ green 18 ◦ blue 61

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

Shades of Torch Red #FD123D

Tints of Torch Red #FD123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 76.2%
G = 5.42%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD123D (or 0xFD123D) is known color: Torch Red. HEX triplet: FD, 12 and 3D. RGB value is (253,18,61). Sum of RGB (Red+Green+Blue) = 253+18+61=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD123D is #02EDC2. Grayscale: #5D5D5D. Windows color (decimal): -191939 or 4002557. OLE color: 4002557.

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

Color convert

RGB 253 18 61 -
CMYK 0 0.93 0.76 0.01
HSL 349.02º 0.98% 0.53% -
HSV(B) 349.02º 0.93% 0.99% -
XYZ 41.57 21.65 6.4 -
YUV 93.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 253 18 61 0 0.93 0.76 0.01 349.02 0.98 0.53
Hex FD 12 3D 0 5D 4C 1 15D 62 35
Octal 375 22 75 0 135 114 1 535 142 65
Binary 11111101 10010 111101 0 1011101 1001100 1 101011101 1100010 110101

Color Harmonies of #FD123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD123D

Black with #FD123D

Text Example


Text Example

White with #FD123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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