Html Css Color HEX #FD123E Torch Red

📋 copy color: '#FD123E'

red 253 ◦ green 18 ◦ blue 62

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

Shades of Torch Red #FD123E

Tints of Torch Red #FD123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 75.98%
G = 5.41%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FD123E (or 0xFD123E) is known color: Torch Red. HEX triplet: FD, 12 and 3E. RGB value is (253,18,62). Sum of RGB (Red+Green+Blue) = 253+18+62=333 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.98% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 253 - color contains mainly: red. Hex color #FD123E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD123E is #02EDC1. Grayscale: #5D5D5D. Windows color (decimal): -191938 or 4068093. OLE color: 4068093.

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

Color convert

RGB 253 18 62 -
CMYK 0 0.93 0.75 0.01
HSL 348.77º 0.98% 0.53% -
HSV(B) 348.77º 0.93% 0.99% -
XYZ 41.59 21.66 6.55 -
YUV 93.28 110.36 241.92 -
System Red Green Blue C M Y K H S L
Decimal 253 18 62 0 0.93 0.75 0.01 348.77 0.98 0.53
Hex FD 12 3E 0 5D 4B 1 15D 62 35
Octal 375 22 76 0 135 113 1 535 142 65
Binary 11111101 10010 111110 0 1011101 1001011 1 101011101 1100010 110101

Color Harmonies of #FD123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD123E

Black with #FD123E

Text Example


Text Example

White with #FD123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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