Html Css Color HEX #FD1328 Torch Red

📋 copy color: '#FD1328'

red 253 ◦ green 19 ◦ blue 40

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

Shades of Torch Red #FD1328

Tints of Torch Red #FD1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 81.09%
G = 6.09%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD1328 (or 0xFD1328) is known color: Torch Red. HEX triplet: FD, 13 and 28. RGB value is (253,19,40). Sum of RGB (Red+Green+Blue) = 253+19+40=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1328 is #02ECD7. Grayscale: #5B5B5B. Windows color (decimal): -191704 or 2626557. OLE color: 2626557.

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

Color convert

RGB 253 19 40 -
CMYK 0 0.92 0.84 0.01
HSL 354.62º 0.98% 0.53% -
HSV(B) 354.62º 0.92% 0.99% -
XYZ 41.12 21.5 3.99 -
YUV 91.36 99.02 243.29 -
System Red Green Blue C M Y K H S L
Decimal 253 19 40 0 0.92 0.84 0.01 354.62 0.98 0.53
Hex FD 13 28 0 5C 54 1 163 62 35
Octal 375 23 50 0 134 124 1 543 142 65
Binary 11111101 10011 101000 0 1011100 1010100 1 101100011 1100010 110101

Color Harmonies of #FD1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1328

Black with #FD1328

Text Example


Text Example

White with #FD1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1328; }

 p { color: rgb(253,19,40); }

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

background-color css

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

 a { background-color: rgb(253,19,40); }

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

border-color css

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

 span { border-color: rgb(253,19,40); }

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