Html Css Color HEX #FF1323 Torch Red

📋 copy color: '#FF1323'

red 255 ◦ green 19 ◦ blue 35

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

Shades of Torch Red #FF1323

Tints of Torch Red #FF1323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 82.52%
G = 6.15%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF1323 (or 0xFF1323) is known color: Torch Red. HEX triplet: FF, 13 and 23. RGB value is (255,19,35). Sum of RGB (Red+Green+Blue) = 255+19+35=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1323 is #00ECDC. Grayscale: #5B5B5B. Windows color (decimal): -60637 or 2298879. OLE color: 2298879.

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

Color convert

RGB 255 19 35 -
CMYK 0 0.93 0.86 0
HSL 355.93º 1% 0.54% -
HSV(B) 355.93º 0.93% 1% -
XYZ 41.78 21.85 3.61 -
YUV 91.39 96.19 244.7 -
System Red Green Blue C M Y K H S L
Decimal 255 19 35 0 0.93 0.86 0 355.93 1 0.54
Hex FF 13 23 0 5D 56 0 164 64 36
Octal 377 23 43 0 135 126 0 544 144 66
Binary 11111111 10011 100011 0 1011101 1010110 0 101100100 1100100 110110

Color Harmonies of #FF1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1323

Black with #FF1323

Text Example


Text Example

White with #FF1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1323; }

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

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

background-color css

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

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

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

border-color css

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

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

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