Html Css Color HEX #FD122F Torch Red

📋 copy color: '#FD122F'

red 253 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #FD122F

Tints of Torch Red #FD122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 79.56%
G = 5.66%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD122F (or 0xFD122F) is known color: Torch Red. HEX triplet: FD, 12 and 2F. RGB value is (253,18,47). Sum of RGB (Red+Green+Blue) = 253+18+47=318 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.56% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 253 - color contains mainly: red. Hex color #FD122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD122F is #02EDD0. Grayscale: #5B5B5B. Windows color (decimal): -191953 or 3085053. OLE color: 3085053.

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

Color convert

RGB 253 18 47 -
CMYK 0 0.93 0.81 0.01
HSL 352.6º 0.98% 0.53% -
HSV(B) 352.6º 0.93% 0.99% -
XYZ 41.24 21.52 4.67 -
YUV 91.57 102.86 243.14 -
System Red Green Blue C M Y K H S L
Decimal 253 18 47 0 0.93 0.81 0.01 352.6 0.98 0.53
Hex FD 12 2F 0 5D 51 1 161 62 35
Octal 375 22 57 0 135 121 1 541 142 65
Binary 11111101 10010 101111 0 1011101 1010001 1 101100001 1100010 110101

Color Harmonies of #FD122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD122F

Black with #FD122F

Text Example


Text Example

White with #FD122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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