Html Css Color HEX #FD1631 Torch Red

📋 copy color: '#FD1631'

red 253 ◦ green 22 ◦ blue 49

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

Shades of Torch Red #FD1631

Tints of Torch Red #FD1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.79%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 78.09%
G = 6.79%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FD1631 (or 0xFD1631) is known color: Torch Red. HEX triplet: FD, 16 and 31. RGB value is (253,22,49). Sum of RGB (Red+Green+Blue) = 253+22+49=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1631 is #02E9CE. Grayscale: #5E5E5E. Windows color (decimal): -190927 or 3217149. OLE color: 3217149.

HSL color Cylindrical-coordinate representation of color #FD1631: hue angle of 352.99º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1631 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 22 49 -
CMYK 0 0.91 0.81 0.01
HSL 352.99º 0.98% 0.54% -
HSV(B) 352.99º 0.91% 0.99% -
XYZ 41.35 21.68 4.91 -
YUV 94.15 102.53 241.3 -
System Red Green Blue C M Y K H S L
Decimal 253 22 49 0 0.91 0.81 0.01 352.99 0.98 0.54
Hex FD 16 31 0 5B 51 1 161 62 36
Octal 375 26 61 0 133 121 1 541 142 66
Binary 11111101 10110 110001 0 1011011 1010001 1 101100001 1100010 110110

Color Harmonies of #FD1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1631

Black with #FD1631

Text Example


Text Example

White with #FD1631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1631; }

 p { color: rgb(253,22,49); }

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

background-color css

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

 a { background-color: rgb(253,22,49); }

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

border-color css

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

 span { border-color: rgb(253,22,49); }

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