Html Css Color HEX #FD122A Torch Red

📋 copy color: '#FD122A'

red 253 ◦ green 18 ◦ blue 42

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

Shades of Torch Red #FD122A

Tints of Torch Red #FD122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 80.83%
G = 5.75%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD122A (or 0xFD122A) is known color: Torch Red. HEX triplet: FD, 12 and 2A. RGB value is (253,18,42). Sum of RGB (Red+Green+Blue) = 253+18+42=313 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.83% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 253 - color contains mainly: red. Hex color #FD122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD122A is #02EDD5. Grayscale: #5B5B5B. Windows color (decimal): -191958 or 2757373. OLE color: 2757373.

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

Color convert

RGB 253 18 42 -
CMYK 0 0.93 0.83 0.01
HSL 353.87º 0.98% 0.53% -
HSV(B) 353.87º 0.93% 0.99% -
XYZ 41.14 21.48 4.17 -
YUV 91 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 253 18 42 0 0.93 0.83 0.01 353.87 0.98 0.53
Hex FD 12 2A 0 5D 53 1 162 62 35
Octal 375 22 52 0 135 123 1 542 142 65
Binary 11111101 10010 101010 0 1011101 1010011 1 101100010 1100010 110101

Color Harmonies of #FD122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD122A

Black with #FD122A

Text Example


Text Example

White with #FD122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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