Html Css Color HEX #FF1328 Torch Red

📋 copy color: '#FF1328'

red 255 ◦ green 19 ◦ blue 40

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

Shades of Torch Red #FF1328

Tints of Torch Red #FF1328

RGB

 RED value IS 255 (100% from 255) = 81.21%

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

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

R = 81.21%
G = 6.05%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF1328 (or 0xFF1328) is known color: Torch Red. HEX triplet: FF, 13 and 28. RGB value is (255,19,40). Sum of RGB (Red+Green+Blue) = 255+19+40=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1328 is #00ECD7. Grayscale: #5C5C5C. Windows color (decimal): -60632 or 2626559. OLE color: 2626559.

HSL color Cylindrical-coordinate representation of color #FF1328: hue angle of 354.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1328 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 40 -
CMYK 0 0.93 0.84 0
HSL 354.66º 1% 0.54% -
HSV(B) 354.66º 0.93% 1% -
XYZ 41.86 21.88 4.02 -
YUV 91.96 98.69 244.29 -
System Red Green Blue C M Y K H S L
Decimal 255 19 40 0 0.93 0.84 0 354.66 1 0.54
Hex FF 13 28 0 5D 54 0 163 64 36
Octal 377 23 50 0 135 124 0 543 144 66
Binary 11111111 10011 101000 0 1011101 1010100 0 101100011 1100100 110110

Color Harmonies of #FF1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1328

Black with #FF1328

Text Example


Text Example

White with #FF1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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