Html Css Color HEX #FD1629 Torch Red

📋 copy color: '#FD1629'

red 253 ◦ green 22 ◦ blue 41

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

Shades of Torch Red #FD1629

Tints of Torch Red #FD1629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 80.06%
G = 6.96%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD1629 (or 0xFD1629) is known color: Torch Red. HEX triplet: FD, 16 and 29. RGB value is (253,22,41). Sum of RGB (Red+Green+Blue) = 253+22+41=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1629 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1629 is #02E9D6. Grayscale: #5D5D5D. Windows color (decimal): -190935 or 2692861. OLE color: 2692861.

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

Color convert

RGB 253 22 41 -
CMYK 0 0.91 0.84 0.01
HSL 355.06º 0.98% 0.54% -
HSV(B) 355.06º 0.91% 0.99% -
XYZ 41.2 21.62 4.1 -
YUV 93.24 98.53 241.96 -
System Red Green Blue C M Y K H S L
Decimal 253 22 41 0 0.91 0.84 0.01 355.06 0.98 0.54
Hex FD 16 29 0 5B 54 1 163 62 36
Octal 375 26 51 0 133 124 1 543 142 66
Binary 11111101 10110 101001 0 1011011 1010100 1 101100011 1100010 110110

Color Harmonies of #FD1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1629

Black with #FD1629

Text Example


Text Example

White with #FD1629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1629; }

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

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

background-color css

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

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

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

border-color css

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

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

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