Html Css Color HEX #FF1C31 Torch Red

📋 copy color: '#FF1C31'

red 255 ◦ green 28 ◦ blue 49

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

Shades of Torch Red #FF1C31

Tints of Torch Red #FF1C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 76.81%
G = 8.43%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF1C31 (or 0xFF1C31) is known color: Torch Red. HEX triplet: FF, 1C and 31. RGB value is (255,28,49). Sum of RGB (Red+Green+Blue) = 255+28+49=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C31 is #00E3CE. Grayscale: #626262. Windows color (decimal): -58319 or 3218687. OLE color: 3218687.

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

Color convert

RGB 255 28 49 -
CMYK 0 0.89 0.81 0
HSL 354.45º 1% 0.55% -
HSV(B) 354.45º 0.89% 1% -
XYZ 42.21 22.31 4.99 -
YUV 98.27 100.21 239.79 -
System Red Green Blue C M Y K H S L
Decimal 255 28 49 0 0.89 0.81 0 354.45 1 0.55
Hex FF 1C 31 0 59 51 0 162 64 37
Octal 377 34 61 0 131 121 0 542 144 67
Binary 11111111 11100 110001 0 1011001 1010001 0 101100010 1100100 110111

Color Harmonies of #FF1C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C31

Black with #FF1C31

Text Example


Text Example

White with #FF1C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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