Html Css Color HEX #FF1C3C Torch Red

📋 copy color: '#FF1C3C'

red 255 ◦ green 28 ◦ blue 60

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

Shades of Torch Red #FF1C3C

Tints of Torch Red #FF1C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 74.34%
G = 8.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF1C3C (or 0xFF1C3C) is known color: Torch Red. HEX triplet: FF, 1C and 3C. RGB value is (255,28,60). Sum of RGB (Red+Green+Blue) = 255+28+60=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1C3C is #00E3C3. Grayscale: #636363. Windows color (decimal): -58308 or 3939583. OLE color: 3939583.

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

Color convert

RGB 255 28 60 -
CMYK 0 0.89 0.76 0
HSL 351.54º 1% 0.55% -
HSV(B) 351.54º 0.89% 1% -
XYZ 42.47 22.42 6.36 -
YUV 99.52 105.71 238.9 -
System Red Green Blue C M Y K H S L
Decimal 255 28 60 0 0.89 0.76 0 351.54 1 0.55
Hex FF 1C 3C 0 59 4C 0 160 64 37
Octal 377 34 74 0 131 114 0 540 144 67
Binary 11111111 11100 111100 0 1011001 1001100 0 101100000 1100100 110111

Color Harmonies of #FF1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C3C

Black with #FF1C3C

Text Example


Text Example

White with #FF1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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