Html Css Color HEX #FD121F Torch Red

📋 copy color: '#FD121F'

red 253 ◦ green 18 ◦ blue 31

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

Shades of Torch Red #FD121F

Tints of Torch Red #FD121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.26%

R = 83.77%
G = 5.96%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD121F (or 0xFD121F) is known color: Torch Red. HEX triplet: FD, 12 and 1F. RGB value is (253,18,31). Sum of RGB (Red+Green+Blue) = 253+18+31=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD121F is #02EDE0. Grayscale: #595959. Windows color (decimal): -191969 or 2036477. OLE color: 2036477.

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

Color convert

RGB 253 18 31 -
CMYK 0 0.93 0.88 0.01
HSL 356.68º 0.98% 0.53% -
HSV(B) 356.68º 0.93% 0.99% -
XYZ 40.97 21.41 3.27 -
YUV 89.75 94.86 244.44 -
System Red Green Blue C M Y K H S L
Decimal 253 18 31 0 0.93 0.88 0.01 356.68 0.98 0.53
Hex FD 12 1F 0 5D 58 1 165 62 35
Octal 375 22 37 0 135 130 1 545 142 65
Binary 11111101 10010 11111 0 1011101 1011000 1 101100101 1100010 110101

Color Harmonies of #FD121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD121F

Black with #FD121F

Text Example


Text Example

White with #FD121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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