Html Css Color HEX #FF1831 Torch Red

📋 copy color: '#FF1831'

red 255 ◦ green 24 ◦ blue 49

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

Shades of Torch Red #FF1831

Tints of Torch Red #FF1831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 77.74%
G = 7.32%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1831 (or 0xFF1831) is known color: Torch Red. HEX triplet: FF, 18 and 31. RGB value is (255,24,49). Sum of RGB (Red+Green+Blue) = 255+24+49=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1831 is #00E7CE. Grayscale: #606060. Windows color (decimal): -59343 or 3217663. OLE color: 3217663.

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

Color convert

RGB 255 24 49 -
CMYK 0 0.91 0.81 0
HSL 353.51º 1% 0.55% -
HSV(B) 353.51º 0.91% 1% -
XYZ 42.12 22.14 4.96 -
YUV 95.92 101.53 241.47 -
System Red Green Blue C M Y K H S L
Decimal 255 24 49 0 0.91 0.81 0 353.51 1 0.55
Hex FF 18 31 0 5B 51 0 162 64 37
Octal 377 30 61 0 133 121 0 542 144 67
Binary 11111111 11000 110001 0 1011011 1010001 0 101100010 1100100 110111

Color Harmonies of #FF1831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1831

Black with #FF1831

Text Example


Text Example

White with #FF1831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1831; }

 p { color: rgb(255,24,49); }

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

background-color css

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

 a { background-color: rgb(255,24,49); }

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

border-color css

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

 span { border-color: rgb(255,24,49); }

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